

#gabbia{
width:800px;
height:auto;
position:relative;
left:0px;
top:0px;
margin-left:auto;
margin-right:auto;
}

.testa {
	background-image: url(testata.png);
	background-repeat: no-repeat;
	height: 70px;
	width: 800px;

}
.foto {
	background-image: url(uva.png);
	background-repeat: no-repeat;
	height: 250px;
	width: 800px;
}
.menu {
	background-image: url(ita-eng.png);
	background-repeat: no-repeat;
	height: 40px;
	width: 800px;
}

.sottomenu {
	background-color:#1E5113 ;
	background-repeat: no-repeat;
	height: 160px;
	width: 780px;
	padding-left:20px;
	padding-top:20px;
}
.piede {
	background-image: url(piede.png);
	background-repeat: no-repeat;
	height: 70px;
	width: 800px;
	font-family: "Trebuchet MS";
	font-size: 9px;
	color: #F6FFAE;
	text-align: center;
	vertical-align: middle;
}
