@charset "UTF-8";
html {
	background-color: #000000;
	height: 100%;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #FFFFFF;
	background-color: #000000;
	margin: 0;
	padding: 0;
	height: 100%;
	overflow-x:hidden;
	overflow-y:hidden;
}
a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #FFFFFF;
}
a:hover{
	color:#999999;
}

#container {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #666666;
	background: url(../images/fs_player_bg.gif) no-repeat;
	width: 782px;
	margin: 0 auto;
	margin-top:30px;
	height: 572px;
	padding: 23px;
}
#content {
	background-color: #333333;
	height: 572px;
	width: 782px;
	/*background-image: url(../images/default_skin.jpg);*/
}
#header_logo {
	height: 97px;
}

#player{
	display: block;
	float:left;
	height: 475px;
	width: 475px;
	margin-right:5px;
	background-color: #000000;
} 
#ads{
	display: block;
	float:left;
	height: 475px;
	width: 250px;
} 
#ads #mpu_ad {
	/*background-color: #000000;*/
	height: 250px;
	width: 300px;
	z-index: 10px;
}
#ads #featured {
	height: 210px;
	width: 250px;
	margin-top: 10px;
}
#ads #featured #featured_header {
	height: 30px;
	width: 240px;
	margin-left: 4px;
	background-image: url(../images/featured_header.gif);
}
#ads #featured #featured_item {
	height: 52px;
	width: 290px;
	margin-left: 6px;
	margin-right: 7px;
	margin-top:5px;
}
#ads #featured #featured_item #featured_thumb{
	display:block;
	float:left;
	height: 50px;
	width: 50px;
	border: 1px solid #ffffff;
}
#ads #featured #featured_item #featured_title{
	text-align:left;
	display:block;
	float:left;
	height: 43px;
	width: 225px;
	padding:6px 0px 3px 8px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
}
#flash_player {
	background-color: #000000;
	height: 475px;
}

p.clear { clear: both;   margin: 0; padding: 0;	border:0; font-size:0;}

#videoLayer {
	display: none;
	position:absolute;
	width:782px;
	height:475px;
	background-color:#000000;
	text-align:center;
	z-index:50;
}
#muzu_holder {
	margin: 0 auto;
	margin-top:20px;
	width:610px;
	height:390px;
	border: 4px solid #ff0000;
	text-align:center;
	background-color:#242524;
	background-image: url(../images/muzu_bg.gif);
}

.clickable_logo{
	display:block;
	float:left;
	width:250px;
	height:97px;
}

.clickable_area{
	display:block;
	float:left;
	width:520px;
	height:97px; 
	left:250px;
}
/* Used to clear floated divs */
p.clear { clear: both;   margin: 0; padding: 0;	border:0; font-size:0;}

