body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #000000;
	margin: 0px;
}
.header {
	background-image: url(images/headerbg.jpg);
	background-repeat: repeat-x;
	width:100%;
}
.header > img {
	width: 100%;
	height: auto;
}

.pagecontent {
	width: 85%;
}
.footer {
	background-image: url(images/footer.jpg);
	background-repeat: repeat-x;
	height: 30px;
}
a:link {
	color: #FFCC00;
	font-weight: bold;
	font-size: 12px;
}
a:visited {
	font-weight: bold;
	color: #FFCC00;
}
.style2 {
	font-size: 20px;
	font-weight: bold;
	color: #FF9900;
}

/*----- player ----*/
#showimage {
	float:left;
}
#nowplaying {
	width:  50%;
	margin-left:-100px;
	padding-top:20px;
}
#nowplaying .cc_streaminfo {
	float:left;
	margin-right: 10px;	
}
#nowplaying .cplaying {
	float:left;	
}

#playercontainer {
	width:40%;
	float:right;
	margin-left:30px;
}
#playerdisclaimer {
	float:left;
	margin-top:20px;
	margin-bottom:30px;
}
.disclaimernote {
	margin-top:10px;
}


