	body {
		text-align:center;
		margin-right:auto;
		margin-left:auto;
		margin-top: 1px;
		background-color: #000000;
		height: 100%;
		}
	
	#pagina {
		display:block;
		width:900px;
		margin-right:auto;
		margin-left:auto;
		margin:0px;
		padding:0px;
		text-align:center;
		}
		
div#megane{
	position:absolute;
	top:100px;
	right:100px;
	z-index:200;
}
div#megane2{
	position:absolute;
	top:1em;
	right:1em;
	z-index:202;
}
	#header{
		width:900px;
		position: static;
		padding:0px;
		margin:0px;
		z-index: 50;
	}

	#contenuto{
		position:static;
		margin: 0px;
		width:900px;
		background-image: url(../img/struttura/bg_opus.jpg);
		text-align:left;
	}


	#navBar{
		width:150px;
		padding:15px 0px 15px 15px;
		float:left;
		border-right: 1px solid #000000;
		border-bottom: 1px solid #000000;
		background-color: #F5E6C9;
		text-align:left;
		height: 100%;
		}
			
	#centro {
		float:left;
		width:450px;
		padding:0px 0px 0px 0px;
		background:#fff;
		border: 1px solid #000000;
		margin: 30px 10px 30px 25px;
	}
			
	#colonnaDestra {
		float:left;
		width:220px;
		padding:0px;
		margin: 30px 0px 30px 0px;
		}
		
	.boxDestra {
		width:220px;
		padding:0px;
		background:#fff;
		border: 1px solid #000000;
		margin: 0px 0px 15px 0px;
	}
	#footer{
		width:900px;
		padding:0px;
		margin: 0px;
		clear:both;
		background:#410000;
		border-top: 1px solid #000000;
		text-align:right;
		}
	
	div .megane{
	width: 400px;
	display: block;
	position:absolute;
	right:120px;
	margin-top:-40px;
	z-index: 100;
	}			
	

	/* +++++++++ HEADER +++++++*/
	#header h1, #header h2 { margin: 0px; font-size:14px; font-weight:bold; font-style:italic; color:#ddd; padding-bottom:2px;}
	#header h1{	float:left;  padding-left:4px;  } 
	#header h2{	float:right; padding-right:4px; }	
	#header img{ margin:0px;}

