body {
	background:#000 url('../ocd1bg.gif') repeat-x;
	margin:0;
	padding:0;
}
body a{
	color:#666;
	text-decoration:none;
	}
body a:hover{
	color:#F00;
	}
div#main {
	text-align:center;
	height:800px;
	width:1000px;
	padding: 0;
	margin:20px auto 20px auto;
}
div#footer {
position:relative;
	width:1000px;
	display:inline;
	overflow:hidden;
}
#mp3Player, #mailingList, #download {
	height:60px;
	float:left;
}
div#mp3Player{
	border:#222 dashed thin;
	width:200px;
	height:60px;
	margin:10px 30px 0 0;
}
div#mp3Player:hover {
	width:200px;
	height:260px;
	border:#444 dashed thin;
}
div#mailingList {
	width:274px;
	height:60px;
	margin:10px 30px 0 0;
	background:url('../images/mailinglistBG1.png');
}
div#mailingList2 {
	width:274px;
	height:60px;
	margin:0;
	display:none;
	background:url('../images/mailinglistBG2.png');
}
div#download {
	width:147px;
	height:60px;
	margin:10px 30px 0 0;
	background:url('../images/downloadBG1.png');
}
div#download2 {
	width:147px;
	height:60px;
	margin:0;
	display:none;
	background:url('../images/downloadBG2.png');
}
div#gear {
	width:147px;
	height:60px;
	margin:10px 30px 0 0;
	background:url('../images/gearBG1.png');
}
div#gear2 {
	width:147px;
	height:60px;
	margin:0;
	display:none;
	background:url('../images/gearBG2.png');
}
div#buy {
	width:110px;
	height:60px;
	margin:10px 0 0 0;
	background:url('../images/buyNow.gif');
	float:right;
}
div#buy2 {
	width:110px;
	height:60px;
	margin:0;
	display:none;
	background:url('../images/buyNow1.gif');
}
.clear {
	height: 0;
	font-size: 1px;
	margin: 0;
	padding: 0;
	line-height: 0;
	clear: both;
}