/*html { 
	background-image:url(images/bkg-nff1.jpg);
}*/
/*body { 
	font: 12px/18px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif; 
	margin: 0 auto;
	width: 100%; 
	color: #000; }*/

#radiowrapper {
	width: 555px;
	height: 442px;
	position: relative;
	margin: 0 auto;
	padding: 0 0;
	background: url(radio/radio_ListenLiveT.png) top center no-repeat;
}
#radio_container {
	width: 179px;
	height: 61px;
	padding: 369px 20px 0px 356px;
	margin: 0px 0px;
	background-color: transparent;
	text-align: center
}
#radio_container p {
	color: #000;
	font-size: 0.95em;
	text-align: center;
}

#radio_container a:link {
	color: #000000;
	font-weight: normal;
	font-size: 0.9em;
	text-decoration: none;
	border-bottom: 1px dashed #000000;
}
#radio_container a:visited {
	color: #9900CC;
	font-weight: normal;
	text-decoration: none;
	border-bottom: 1px dashed #9900cc;
}
#radio_container a:hover, #radio_container a:active {
	color: #FF0000;
	background-color: transparent;
	text-decoration: none;
	border-bottom: 1px dashed #ff0000;
}
#radio_container .btn {

}
.btn_radiolive {
	background: url(buttons/btn_livenow-off.png) top center no-repeat ;
	border: none;
	font-size: 0.8em;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
	text-align: center;
	width: 137px;
	height: 37px;
	margin: 0px;
}
.btn_radiolive:link, .btn_radiolive:visited {
	background: url(buttons/btn_livenow-off.png) top center no-repeat ;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
	border: none;
}
.btn_radiolive:hover, .btn_radiolive:active {
	background: url(buttons/btn_livenow-on.png) top center no-repeat ;
	background-color: #fff;
	color: #d7728a;
	border: none;
}