* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
body {
	background: url('../images/background/body.gif') repeat-x top #93a123;
	font-family: Arial, sans-serif;
	font-size: 14px;
}
#main {
	position: relative;
	width: 990px;
	margin: 0px auto 0px auto;
	
}
#head {
	position: relative;
	height: 63px;
	background: url('../images/background/head.gif') no-repeat left top;
}
.firma {
	position: absolute;
	bottom: 0px;
	right: 0px;
	color: #FFD58F;
	font-size: 11px;
}
.firma a {
	color: #FFD58F;
	text-decoration: none;
}
.firma a:hover {
	text-decoration: underline;
}

#container {
	position: relative;
	height: 523px;
	background: url('../images/background/contenuto.jpg') no-repeat left top;
}
#contenuto {
	position: absolute;
	left: 561px;
	top: 158px;
	width: 385px;
	color: #1b3a00;

}
#contenuto ul { margin: 5px 0px 10px 0px; }
#contenuto ul li {list-style-type: none;font-size: 13px; margin: 0px; padding: 0px;}
#contenuto p {font-size: 13px;margin: 0px 0px 10px 0px;}
#contenuto p strong {font-weight: bold;}
#contenuto h1 {font-size: 13px; margin: 5px 0px 10px 0px; padding: 0px; color: #3f6b00; text-transform: uppercase;}

#footer {
	text-align: center;
	padding-top: 20px;
	font-size: 12px;
	color: #333;
}
#footer a {
	color: #333;
}
#footer a:hover {
	text-decoration: none;
}
