@charset "UTF-8";
.sfondo {
	background-attachment: fixed;
	background-image: url(../images/sfondo.jpg);
	background-repeat: repeat-y;
	background-position: center center;
}
.sfondoindex {
	background-attachment: fixed;
	background-image: url(../images/sfondo_index.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.sfondolunghe {
	background-attachment: fixed;
	background-image: url(../images/sfondo2.jpg);
	background-repeat: repeat-y;
	background-position: center center;
}
.sfondoprod {
	background-attachment: scroll;
	background-image: url(../images/prodottidx3.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
