.SfondoLineaOriz {
	background-attachment: fixed;
	background-image: url(../images/css/sf_linea_egitto.gif);
	background-repeat: repeat-x;
	background-position: left center;
}
.SfondoRosso {
	background-attachment: fixed;
	background-repeat: repeat;
	background-position: left top;
	background-color: #e20a16;

}
.SfondoArancioMedio {
	background-attachment: fixed;
	background-repeat: repeat;
	background-position: left top;
	background-color: #fc7216;

}
.SfondoArancioScuro {
	background-attachment: fixed;
	background-repeat: repeat;
	background-position: left top;
	background-color: #ff9c04;

}
.SfondoGiallo {
	background-attachment: fixed;
	background-repeat: repeat;
	background-position: left top;
	background-color: #fcda54;

}
.SfondoGrigioChiaro {
	background-attachment: fixed;
	background-repeat: repeat;
	background-position: left top;
	background-color: #dfdfdf;

}
.SfondoGrigioScuro {
	background-attachment: fixed;
	background-repeat: repeat;
	background-position: left top;
	background-color: #686665;

