@charset "UTF-8";
.sfondo {
	background-attachment: fixed;
	background-image: url(../images/sfondo_grande.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.sfondosotto {
	background-attachment: fixed;
	background-image: url(../images/sfondo_home_sotto.jpg);
	background-repeat: repeat;
	background-position: center top;
}
.sfondoprod {
	background-attachment: scroll;
	background-image: url(../images/sfondo_pagina.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.sfondoscheda {
	background-attachment: scroll;
	background-image: url(../immag_schede/sfondo_scheda.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.sfondocontatti {
	background-attachment: scroll;
	background-image: url(../images/sfondo_contatti.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
