body, html {
	height: 100%;
	font-family:"Trebuchet MS", verdana;
	font-size:12px;
	}
	
a {
	color:#ff00c7;
	text-decoration: none;
}
a:hover {
	color:#ffffff;
	text-decoration:underline;
}
	
hr {
  height           : 1px;
  width            : 100%;
}

*{margin:0;padding:0}

body {
	margin: 0; padding: 0;
	}	

#on_air_now  {
	width:311px;
	height:118px;
	background-repeat:no-repeat;
	float:right;
	text-align:left;
	background-image:url(images/on_air_now_bg.png);
	}
	
#on_air_now_img  {
	width:60px;
	height:60px;
	margin-top:38px;
	margin-left:16px;
	float:left;
	border: 1px solid #ff00c7;
	background-color:#666666;
	background-image:url(images/dj_default.gif);
	}
	
#on_air_now_text  {
	width:200px;
	height:60px;
	margin-top:38px;
	margin-left:16px;
	float:left;
	}
	
.on_air_now_text_pink  {
	color:#ff00c7;
	}
