@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	background:#002460;
}

#mainbody {
	margin:0 auto;
	width:500px;
	height:450px;
}

#top {
	float:left;
	width:500px;
	height:38px;
}

#topleft {
	float:left;
	width:150px;
	height:22px;
	padding:16px 0 0 50px;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:12px;
	font-weight:normal;
}

#topleft a {
	color:#FFFFFF;
	text-decoration:none;
}

#topleft a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}

#topright {
	float:right;
	width:100px;
	height:22px;
	padding:16px 0 0 100px;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:12px;
	font-weight:normal;
}

#topright a {
	color:#FFFFFF;
	text-decoration:none;
}

#topright a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}

#middle {
	float:left;
	width:500px;
}

#playerbg {
	margin:0 auto;
	width:424px;
	height:336px;
	padding-top:7px;
	background:#ffffff;
	text-align:center;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
}

#content {
	float:left;
	width:400px;
	height:50px;
	padding:19px 50px 0 50px;
	text-align:center;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
}














