html {
	margin:0 auto; 
	text-align:center;
	height:100%;
	overflow:auto;
	}
	
body{
	font-family:verdana, arial, helvetica, san-serif;
	/*background-image:url("/immagini/sfondo/sfondo3.jpg");*/
	background-repeat: no-repeat;
	background-position:top-left;
	background-attachment: fixed;
	font-size:12px;
	margin:0 auto;
	padding:0;
	height:100%;
}

.contenitore{
	width:820px;
	/*height:750px;*/
	background:#ecfa90;
	
}

.td_struttura{
	 padding:6px;
	 padding-top:0;
}

.td_struttura2{
	 padding: 0 6px;
}

/********** stile top logo **********/
.td_top_logo{
	padding:6px;
	height:155px;
	background-image:url("/immagini/top_completo.jpg");
	background-repeat: no-repeat;
	background-position:top left;
}

/********** stili top menu **********/
.top_left{
	border: 5px solid #ffffff;
	width:230px;
	padding:6px 12px;
}
.menu_top{
	list-style:none;
	margin:0;
	padding:0;
}

.top_center{
	width:2px;
	background:#D1D1D1;
}

.top_right{
	border: 5px solid #ffffff;
}

.sfo_top{
	/*background-image:url("/immagini/grano4.jpg");*/
}
.sfo_top td{
	/*padding-top:6px*/
}

/********** ** stili box * **********/
.box{
	background:#edf86b;
}

/*********** stili bottom ***********/
.credits{
	background:#fad87f;
	background:url(../immagini/bottom.jpg);
	background-position:top;
}

/*********** box ***********/

.oscuro{
	opacity: 0.5; 
	filter:alpha(opacity=50);
	-moz-opacity:0.5; 
	-khtml-opacity: 0.5;
	background:#000; 
	z-index:1;
	position:absolute; 
	top:0; 
	left:0; 
	height:100%; 				
	width:100%;

}
