body {
	position:relative;
	background-color:#000000;
	background-image:url(../images/sky.jpg);
	background-repeat:repeat;
	margin: 0px; padding:0;
	min-width:1024px;
	z-index:0;
}

* {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#CCCCCC;
}

a {
	color:#FFFFFF;
	text-decoration:none;
}

a:hover {
	color:#DB0000;
}

.nodisp { display:none;}

hr {display:block;}

div, h1, h2, h3, h4, p, form, label, input, textarea, img, span, li{
	margin:0; padding:0; list-style:none;
}

.h1, .h2, .h3, .h4 {
	color:#FC0!important;
}

.h1{
	font-size:18px!important;
}

 
.nobord {
	border:hidden!important;
}


#container{
	width: 100%;
	height: 100%;	
	margin-top:auto;
	margin-bottom:auto;
	text-align:center;
	z-index: 1;
}



#header{
	display:block;
	height:220px;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}


#header-logo{ 
	position: relative; 
	padding:0; margin:0;
	display:block;
	width: 279px;
	height: 204px;
	background-image:url(../images/logo.jpg);
	background-repeat: no-repeat;
	float:left;
}

#header-clock{ 
	display: block;
	position: relative; 
	padding:0; margin:0;
	margin-top:30px;
	width: 180px;
	height: 60px;
	float: left;
}

#header-partner a{ 
	display: block;
	position: relative; 
	height: 100px;
	width: 180px;
	margin:5px;
	margin-top:15px;
	background-image:url(../images/real.jpg);
	background-position:bottom;
	background-repeat: no-repeat;
	font-size:16px;
	font-style:normal;
	float: right;
}

#header-stream{ 
	position: relative; 
	padding:0; margin:0;
	margin-right:10px;
	display:block;
	width: 545px;
	height: 152px;
	background-image:url(../images/back_header_stream.gif);
	background-repeat: no-repeat;
	background-position:top;
	float:right;
}

#on-air{
	display:block;
	margin-left:9px;
	float:left;
	width:160px;
	height:100px;
	padding-top:10px;
	text-align:left;
}

#on-air h2{
	font-size:18px;
	margin:4px;
	
}

#on-air p{
	margin:4px;
	font-size:11px;
	color:#CCCCCC;	
}

#on-air strong{
	font-size:11px;
	color:#FFFFFF;	
}

ul#players {
	float:left;		
}


ul#players li{
	vertical-align:top;
	margin-top:25px;
	list-style:none;
	float:left;		
}

#players li#stream-winamp a{
	display:block;
	width:86px;
	height:79px;
	margin:0; padding:0;
	background: url("../images/button_stream.gif") no-repeat; 
	background-position: 0 -80px; 
	margin-left:4px;
}

#players li#stream-winamp a:hover{
	background-position: 0 0; 
}

#players li#stream-mplayer a{
	display:block;
	width:86px;
	height:79px;
	margin:0; padding:0;	
	background: url("../images/button_stream.gif") no-repeat; 
	background-position: -86px -80px; 
}

#players li#stream-mplayer a:hover{
	background-position: -86px 0; 
}

#players li#stream-real a{
	display:block;
	width:86px;
	height:79px;
	margin:0; padding:0;	
	background: url("../images/button_stream.gif") no-repeat; 
	background-position: -172px -80px; 
	margin-left:4px;	
}

#players li#stream-real a:hover{
	background-position: -172px 0; 
}

#players li#stream-itunes a{
	display:block;
	width:60px;
	height:79px;
	margin:0; padding:0;	
	background: url("../images/button_stream.gif") no-repeat; 
	background-position: -258px -80px; 
	margin-left:4px;
}

#players li#stream-itunes a:hover{
	background-position: -258px 0; 
}

#main_container{
	display:block;
	width:99%;
	min-width:1024px;
	text-align:left;
}

#main_container_left{
	display:block;
	width:20%;
	min-width:300px;
	margin:0;
	float:left;
}
#main_container_center{
	display:block;
	min-width:350px!important;
	width:40%;
	float: left;
	margin-left:7px;
	margin-right:5px;
}

#main_container_right{
	display:block;
	width:20%;
	min-width:300px;
	margin:0;
	float:right;
}

.contain {
	display:block;
	margin:15px;
	margin-top:0!important;
	text-align:center!important;
}

.contain img{
	display:block;
	margin:15px;
	margin-top:0!important;
	border:0;
}

.contain p{
	display:block;
	margin:15px;
	margin-top:0;
	text-align:left;
	border:0;
	font-size:16px;
	font-weight: bold;
}

#main_container_center p {
	display:block;
	margin:5px;
	border:0;
	font-size:16px;
}
