@charset "UTF-8";
html {
	background-color: #310d2c;
	height: 100%;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #FFFFFF;
	background-color: #310d2c;
	margin: 0;
	padding: 0;
	height: 100%;
}
a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #FFFFFF;
	text-decoration: none;
}

a:hover{
	color:#ffffff;
	text-decoration: none;
}

a img:hover{
	background: #000000;
}

#container {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #ffffff;
	background: url(../images/fs_player_bg.gif) no-repeat;
	width: 782px;
	margin: 0 auto;
	margin-top:30px;
	height: 572px;
	padding: 23px;
}
#content {
	background-color: #d41c7c;
	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;
}
#featured {
	height: 210px;
	width: 250px;
	margin-top: 10px;
}
#featured #featured_header {
	height: 30px;
	width: 240px;
	margin-left: 4px;
	font-size: 18px;
	text-align: left;
}
#featured #featured_item {
	height: 52px;
	width: 237px;
	margin-left: 6px;
	margin-right: 7px;
	margin-top:5px;
}
#featured #featured_item #featured_thumb{
	display:block;
	float:left;
	height: 50px;
	width: 50px;
	border: 1px solid #ffffff;
}

#featured #featured_item #featured_thumb img{
	float:left;
}

#featured #featured_item #featured_title{
	text-align:left;
	display:block;
	float:left;
	height: 43px;
	width: 171px;
	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 #d41c7c;
	text-align:center;
	background-color:#242524;
	background-image: url(../images/muzu_bg.gif);
}
.clickable_logo{
	display:block;
	float:left;
	width:120px;
	height:97px;
}

.clickable_area{
	display:block;
	float:left;
	width:650px;
	height:97px; 
	left:250px;
}

/* Used to clear floated divs */
p.clear { clear: both;   margin: 0; padding: 0;	border:0; font-size:0;}
