/**********|  topo-Rádio |***********/
*{ 
	margin: 0px; 
	padding: 0px;
}
body{ 
	background:url(../img_index/bg_top_radio.jpg) repeat-x;
}
#geral-radio {
	margin: 0 auto; 
	background:url(../img_index/bg_top_radio.jpg);
	width: 775px;
	text-align: center;
}
#player { 
	width: 300px;
}
#data {
	text-align:right;
	width: 460px;
	*width: 470px;
}

#player, #data { float: left; }
