body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #E7DFD5;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-image: url(img/sfondo_new.jpg);
}
#corpo {
	width: 100%;
	float:left;
	background-color: #FFFFFF;
	height: 100%;
	
	}
.testo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #9E968C;
	text-decoration: none;
}
.testo:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
.titolo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #9E968C;
	text-decoration: none;
}
.testosotto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #9E968C;
	text-decoration: underline;
}
.testosotto:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
