	body {
	background-color: #f90;
	margin:0;
	padding:0;
	text-align:center;
	}
	html {
	height:101%
	}
	.titolo {
	font-family: Papyrus;
	font-size: 18px;
	color: #cc0000;
	font-weight: bold;
	}
	.titololink	{
	font-family: Papyrus;
	font-size: 18px;
	color: #cc0000;
	font-weight: bold;
	text-decoration: none;
	font-style: normal;
	}
	.corpo {
	font-family: "Century Gothic";
	font-size: 14px;
	color: #cc0000;
	font-style: normal;
	}
	.corpobold {
	font-family: "Century Gothic";
	font-size: 14px;
	color: #cc0000;
	font-weight: bold;
	}

   #cornice{
   position: absolute;
   left:50%; 
   width: 900px;
   padding: 0 10px;
   text-align:left;
   margin:0 0 0 -450px;
   }

#intestazione {
   height: 294px; 
   width: 100%;
   background-color:#ff9;
   }
   
#logo{
   width: 900px;
   height: 294px;
   text-align:center;
   float:none;
   }
   

#navigazione{
	clear:both;
	position:absolute;
	margin:0px;
	top:219px;
	width:100%;
	z-index:4;
	text-align:left;
	text-decoration: none;
   }