@charset "UTF-8";
.sfondoblu {
	background-attachment: fixed;
	background-image: url(../images/sfondo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.sfondodx {
	background-attachment: scroll;
	background-image: url(../images/sfuma_lato.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.sfondohome {
	background-attachment: fixed;
	background-image: url(../images/sfondo_home2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
