* { margin:0;padding:0;}

html{margin: 0;padding: 0;}

body{
	font: 11px Arial, sans-serif;
 	margin:0;
 	padding:0;
 	background-color:#FFFFFF;
}


#top_player{
background:url(images/top_player.png) no-repeat;
width:374px;
height:33px;
margin-left:auto;
margin-right:auto;
}

#center_player{
background:url(images/center_player.png) repeat-y;
width:374px;
height:300px;
padding-top:45px;
margin-left:auto;
margin-right:auto;
}

#bottom_player{
background:url(images/bas_player.png) no-repeat;
width:374px;
height:12px;
margin-left:auto;
margin-right:auto;
}

