.sfondo {
	background-attachment: fixed;
	background-image: url(../img/sfondo.gif);
	background-repeat: repeat;
	background-position: left top;
}
.testo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #660000;
}
.servizi {
	background-attachment: fixed;
	background-image: url(../img/sfondo_servizi.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.sfondohome {
	background-attachment: fixed;
	background-image: url(../img/sfondo_home.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.sfondopagine {
	background-attachment: fixed;
	background-image: url(../img/sfondo_pagine.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.top {
	background-attachment: fixed;
	background-image: url(../img/top.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

