/* CSS Document */
.testa {
	background-attachment: scroll;
	background-image: url(../images/corpo1.gif);
	background-repeat: repeat-x;
	background-position: center center;
}
.corpo-quadro-sup {
	background-attachment: scroll;
	background-image: url(../images/corpo1_sup.gif);
	background-repeat: repeat-x;
	background-position: center center;
}
.corpo-quadro-w-sup {
	background-attachment: scroll;
	background-image: url(../images/corpo1_w_sup.gif);
	background-repeat: repeat-x;
	vertical-align:top
}
.corpo-quadro-inf {
	background-attachment: scroll;
	background-image: url(../images/corpo1_inf.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
}
.corpo-quadro-w-inf {
	background-attachment: scroll;
	background-image: url(../images/corpo1_w_inf.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
}
.corpo-centrale {
	background-attachment: scroll;
	background-image: url(../images/corpo1_centrale.gif);
	background-repeat: repeat;
	background-position: center center;
}
.sotto {
	background-attachment: scroll;
	background-image: url(../images/sotto1.GIF);
	background-repeat: repeat-x;
	background-position: center bottom;
}
.vert-sx {
	background-attachment: scroll;
	background-image: url(../images/vert_sx.GIF);
	background-repeat: repeat-y;
	background-position: left center;
}
.vert-w-sx {
	background-attachment: scroll;
	background-image: url(../images/vert_w_sx_1.GIF);
	background-repeat: repeat-y;
	background-position: left center;
}
.vert-sx-1 {
	background-attachment: scroll;
	background-image: url(../images/vert_sx_1.GIF);
	background-repeat: repeat-y;
	background-position: left center;
}
.vert-dx {
	background-attachment: scroll;
	background-image: url(../images/vert_dx.GIF);
	background-repeat: repeat-y;
	background-position: right center;
}
.vert-w-dx {
	background-attachment: scroll;
	background-image: url(../images/vert_w_dx_1.GIF);
	background-repeat: repeat-y;
	background-position: right center;
}
.vert-dx-1 {
	background-attachment: scroll;
	background-image: url(../images/vert_dx_1.GIF);
	background-repeat: repeat-y;
	background-position: right center;
}
.SinBot {
	background-attachment: fixed;
	background-image: url(../images/ang_sx.GIF);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.DxBot {
	background-attachment: scroll;
	background-image: url(../images/ang_dx.GIF);
	background-repeat: no-repeat;
	background-position: right bottom;
}

