#pagina {
	position:relative;
	width:850px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFFFFF;
	background-image:url(../oggetti/fondo_menu.jpg);
	background-repeat:repeat-y;
	}
#testa {
	position:inherit;
	width:auto;
	height:auto;
	background-color:#FFFFFF;
	border-bottom:thin;
	border-bottom-color:#333333;
	border-bottom-style:solid;
	}
#blocco {
	width:100%;
	height:auto;
	margin-top:8px;
	}
#menu {
	width:140px;
	float:left;
	}
#corpo {
	width:680px;
	float:right;
	background-color:#FFFFFF;
	}
#piede {
	clear:both;
	position:inherit;
	width:auto;
	padding:4px;
	margin-top:6px;
	border-top:thin;
	border-top-color:#333333;
	border-top-style:solid;
	}