#Contenitore { 	margin: 0 auto;    /* centrare nei browser standard */ 	text-align: left;   /* per correggere il center del body */ 	width:960px;
	height:584px; 	margin-top:10px; 	background-color:#ffffff; 	border:4px solid #ffffff;
	font-family:Times New Roman; 	font-size:12px;
	z-index: 5;
	position:relative;
}

#Header{
	height:110px;
	font-family:Century;
	text-align:center;
	font-size:40px;
	color:#FFFFFF;
	background-color:#202020;
}

#Middle{
	background-color:#414141;
	margin-top:9px;
	height:464px;
}

#Trafiletto1{
	font-family:Century;
	text-align:center;
	font-size:12px;
	color:#FFFFFF;
	background-color:#202020;
	margin-top:10px;
}

#TestoBianco{
	font-family:Century;
	text-align:justify;
	font-size:14px;
	color:#FFFFFF;
	background-color:#414141;
	margin: 0px 10px 0px 10px;
}

#Colonna1{
	width:480px;
	float:right;
	margin-top: 10px;
}

#Colonna2{
	width:480px;
	float:right;
	margin-top: 10px;
}

#ImmagineSinistra{
	height:482px;
	width:460px;
	position:absolute;
	top:0px;
	left:0px;
	z-index:10;
	background-image:url(../ImmaginiPrimaPagina/Sinistra.JPG);
	background-repeat:no-repeat;
	background-position:left;
	margin-top:-20px;
	z-index: 1;
}

#ImmagineDestra{
	height:482px;
	width:460px;
	position:absolute;
	top:4px;
	right:0px;
	z-index:10;
	background-image:url(../ImmaginiPrimaPagina/Destra.JPG);
	background-repeat:no-repeat;
	background-position:left;
	margin-top:-20px;
	z-index: 2;
}
