.texture {
	background-attachment: fixed;
	background-image: url(immagini/texturevert.png);
	background-repeat: repeat-x;
	background-position: center top;
}
.verticale {
	background-attachment: scroll;
	background-image: url(ita/img/menu_profilo/01-02.png);
	background-repeat: repeat;
	background-position: left top;
}
.fondo_fin {
	background-attachment: scroll;
	background-image: url(immagini/fondo_fin.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.fondo_portoncini {
	background-attachment: scroll;
	background-image: url(immagini/fondo_port.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.fondo_portefin {
	background-attachment: scroll;
	background-image: url(immagini/fondo_portefin.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.fondo_scuri {
	background-attachment: scroll;
	background-image: url(immagini/fondo_scuri.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.fondo_certificazioni {
	background-attachment: scroll;
	background-image: url(ita/img/certfificazioni_sfondo-03.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.tabella {
	border: 1px solid #FEF8E5;
}
.campo {
	border-style: solid;
 	border-color: #666;
 	border-width: 1px;
}

