html, body {
	margin: 0px;
	padding: 0px;
	background-color: #3e521a;
	background-image: url(IMG/bg_body.gif);
	background-repeat: repeat-x;
}
#bg_home {
	background-image: url(IMG/bg_home-modificata.jpg);
	background-position: center top;
	width: 100%;
	background-repeat: no-repeat;
	text-align: center;
	height: 765px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	font-weight: bold;
	color: #FFCC00;
}

p {
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #8D8157;
	margin: 0px;
	padding: 10px;
}
.foot {
	color: #739531;
}
a {
	color: #336600;
	text-decoration: none;
}
a:hover {
	color: #669900;
	text-decoration: underline;
}
