@charset "UTF-8";
.base {
	background-attachment: scroll;
	background-image: url(../images/base_pagine.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.baseabbinamenti {
	background-attachment: scroll;
	background-image: url(../images/base_pagine2.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.sfondolati {
	background-attachment: scroll;
	background-image: url(../images/sfondo_pulsantiera.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.basenera {
	background-attachment: scroll;
	background-image: url(../images/base_pagine_nere.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: #000000;
}
.sfondoabbinamenti1 {
	background-image: url(../images/linea_abbinamenti_sin.jpg);
	background-repeat: repeat-y;
	background-position: left center;
}
.sfondoabbinamenti2 {
	background-image: url(../images/linea_abbinamenti_dx.jpg);
	background-repeat: repeat-y;
	background-position: right center;
}

