body {
	margin: 0;
	background: url('../img/background.gif') repeat-x;
	background-color:#386351;
}

#title {
	background: url('../img/coconutrecords.gif') no-repeat;
	margin: 0 auto;
	width: 800px;
	height: 74px;
	display: block;
}

#main {
	margin: 0 auto;
	width: 800px;
	font: 11px/18px Arial;
	color: #666666;
}

#main #left {
	margin-top: 63px;
	margin-left: 30px;
	float: left;
}

#main #right {
	margin: 0 auto;
	float: left;
	width: 327px;
}

#main #right #announce {
	margin: 115px 0 0 38px;
	background: url('../img/newalbum.gif') no-repeat;
	width: 206px;
	height: 175px;
}

#main #right #microphone {
	margin: 50px 0 0 38px;
	width: 290px;
		
}

#footer {
	margin: 0 auto;
	width: 800px;
	height: 36px;
	font: 9px Arial;
	color: #fff;
	text-align: left;
}

#footer #legal{
	margin-top: 68px;
	float: left;
	display: block;
	
}

#footer #footnav{
	margin-top: 53px;
	margin-left: 25px;
	float: left;
	display: block;
	width: 530px;
	
}

a.contact:link, .contact{
	width:83px;
	height:36px;
	float: left;
	background-image:url('../img/contact.gif');
}
a.contact:hover{
	width:83px;
	height:36px;
	float: left;
	background-image:url('../img/contact_over.gif');
}
a.store:link, .store{
	width:113px;
	height:36px;
	float: left;
	background-image:url('../img/store.gif');
}
a.store:hover{
	width:113px;
	height:36px;
	float: left;
	background-image:url('../img/store_over.gif');
}
a.myspace:link, .myspace{
	width:131px;
	height:36px;
	float: left;
	background-image:url('../img/myspace.gif');
}
a.myspace:hover{
	width:131px;
	height:36px;
	float: left;
	background-image:url('../img/myspace_over.gif');
}
a.facebook:link, .facebook{
	width:106px;
	height:36px;
	float: left;
	background-image:url('../img/facebook.gif');
}
a.facebook:hover{
	width:106px;
	height:36px;
	float: left;
	background-image:url('../img/facebook_over.gif');
}
a.youtube:link, .youtube{
	width:88px;
	height:36px;
	float: left;
	background-image:url('../img/youtube.gif');
}
a.youtube:hover{
	width:88px;
	height:36px;
	float: left;
	background-image:url('../img/youtube_over.gif');
}


