
body {
	text-align: center; /*IE5.x */
}

#telaio {
	width:900px;
	margin:auto;
	border: 1px solid gray;
	line-height: 150%;
	color: black;
	background-color: #FFFFFF;
	text-align: left; /* IE5.x */
}

#testata {
	text-align:right;
}

#fondo {
	font-size: 70%;
	text-align: center;
}

#testata, #fondo {
	padding: 0.5em;
	color: #000000;
	background-color: #FFFFFF;
	clear: left;
}

#sinistro {
	float: left;
	width: 150px;
	height: 500px;
	text-align:right;
	margin: 0px;
	padding: 0px;
}

#centrale {
	text-align:center;
	margin-right:150px;  /*serve per centrale la foto centrale nel telaio*/
	border-left: 0px solid gray;
	padding: 0px;
}