/* STILI COMUNI */
body, html {
	background-color: #f8d24f;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-x
}
.arancione {
 color: #ff9939;
}
.empty {
	display: block;
	float: none;
	clear: both;
	margin: auto;
}
/* STILI COMUNI */

/* CORPO DEL SITO */
#corpo {
	display: block;
	float: none;
	clear: both;
	margin: auto;
	background-image:url('/img/comuni/intro.jpg');
	background-repeat: repeat-x
	background-position: center top;
	height: 902px
}
/* CORPO DEL SITO */

/* CONTENUTO */
#corpo #contenuto{
	display: block;
	float: none;
	clear: both;
	width: 580px;
	padding: 5px;
	margin-top: 20px;
	font-size: 13px;
	line-height: 18px;
	background-color: #000;
}
/* CONTENUTO */
