body {
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana;
	font-size: 12px;
	color: #000000;
	background-image: url(/img/immagini/back_home.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

#site {
	margin: 0 auto;
	width: 1002px;
}

/* FOOTER */

#footer {
	font-size: 11px;
	border-top: 1px solid #593118;
}
#footer a {
	text-decoration: none;
	color: #666666;
}
#footer a:hover {
	color: #000000;
}