/*stili per il layout fisso*/
/*html,body{margin: 0;padding:0}*/
A:link, A:visited, A:active {text-decoration: none; color: #000000;}
A:hover {text-decoration: underline;  color: #ffffff;}


body{
	font-family: arial, sans-serif;
	font-size: 10px;
	text-align: center;
	background-repeat: repeat-x-y;
	background-position: center top;
	background-color: #000000;
}
div#onair{
	width: 180px;
	height: 200px;
	margin: 0 auto;
	text-align: center;
	background-color: #000000;
	background: url(div_onair.png);
	border: 0;
}
div#onair2{
	width: 180px;
	height: 200px;
	margin: 0 auto;
	text-align: center;
	background-color: #000000;
	background: url(div_onair2.png);
	border: 0;
}
div#onair3{
	width: 180px;
	height: 200px;
	margin: 0 auto;
	text-align: center;
	background-color: #000000;
	background: url(div_onair3.png);
	border: 0;
}

