body {
	background-image:url(../../images/back.png);
	background-repeat:repeat-x;	
}
.maincontainer {
	width:1000px;
	margin:0px auto;
}
.navigation {
	width:1000px;
	height:83px;
}
.logo {
	width:1000px;
	height:228px;
}
.player {
	width:935px;
	height:500px;	
	padding-left:65px;
}
.fbshare {
	width:935px;
	height:35px;
}
.footer {
	width:1000px;
	height:30px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#FFF;
	float:left;
	text-align:center;	
}
a:link { 
	color:#000;
}
a:visited { 
	color:#666;

}
a:hover { 
	color:#999;

}
a:active { 
	color:#666;
} 
