body {
	position:relative;
	background-color:#000000;
	background-position:center top;
	background-repeat: repeat-x;
	margin: 0px; padding:0;
	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;
}
 
.nobord {
	border:hidden!important;
}


#intro-container{
	width: 100%;
	height:200px;
	margin-top:auto;
	margin-bottom:auto;
	background-image:url(../images/Intro_back.jpg);
	background-position: top center;	
	text-align:center;
	z-index: 1;
}



#header{
	display:block;
	height:200px;
	width:780px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}


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

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

#on-air{
	display:block;
	margin-left:9px;
	float:left;
	width:196px;
	height:100px;
}

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

#on-air p{
	margin:4px;
	color:#FFFFFF;	
}

ul#players li{
	vertical-align:top;
	margin-top:35px;
	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; 
}