body {
	background-color: #F4F7D6;
	background-image: url(images/sfondo_totale.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.cellacx {
	background-image: url(images/sfondo_cx.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: auto;
}
.cellasx {
	background-image: url(images/sfondone_sx.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: auto;
}
.celladx {
	background-image: url(images/sfondone_dx.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.headersx {
	background-image: url(images/header_sx.jpg);
	background-repeat: no-repeat;
	background-position: right 0px;
	overflow: hidden;
	height: 205px;

}
.headerdx {
	background-image: url(images/header_dx.jpg);
	background-repeat: no-repeat;
	background-position: left 0px;
	overflow: hidden;
	height: 205px;

}

