.sfondo {
	background-image: url(sfondo1.gif);
	background-repeat: repeat-x;
}
.testata {
	background-image: url(../immagini%20globale/testatapanorama.gif);
	background-repeat: no-repeat;
	background-position: top;
}
.bordo1 {
	border-top-width: thin;
	border-top-style: solid;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: solid;
	border-top-color: 67B3D3;
	border-right-color: 67B3D3;
	border-bottom-color: 67B3D3;
	border-left-color: 67B3D3;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
}
