body {
text-align: center; /* IE5.x */
background-color: #898989; 
 

}

#telaio {
width: 802px;
border:#898989 1px solid
text-align: center; /* IE5.x */
}

#testata {
width: 800px;
font-size: 130%;
text-align: center;
}

#fondo {
width: 800px;
font-size: 125%;
text-align: center;
}

#testata, #fondo {
	padding: 1%;
	background-color: #898989; 
	clear: right;
}

#sinistro {
	float: left;
	background-color: White;
	width: 577px;
	height: 1400px;
	border: solid Black 1px;
}

#centrale {
   float: right;
	border-left: 1px Black solid;
	height: 1400px;
	background-color: White;
	width: 221px;
	border: solid Black 1px;
	}

