/* css struttura */

#intestazione{
	position:relative;
	top:0px;
	margin-left:auto;
	margin-right:auto;
	width:770px;
	height:145px;
	background-image:url(immagini/intestazione_design_key.jpg);
	background-repeat:no-repeat;
	background-position:top;
	z-index:0;
	background-color: #FFFFFF;
}
#menutop{
	position:absolute;
	left:506px;
	top:5px;
	width:244px;
	height:30px;
	z-index:2;
}
#imgsez{
	position:absolute;
	left:312px;
	top:40px;
	width:458px;
	height:105px;
	z-index:2;
}
#menu{
	position:relative;
	margin-left:auto;
	margin-right:auto;
	top:0px;
	width:770px;
	height:28px;
	z-index:1;
	
}
#contenuto{
	position:relative;
	margin-left:auto;
	margin-right:auto;
	top:0px;
	width:770px;
	background-image:url(immagini/sfondo.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	background-color: #FFFFFF;
	z-index:1;
}
#piede{
	position:relative;
	top:0px;
	margin-left:auto;
	margin-right:auto;
	width:770px;
	height:25px;
	background-image:url(immagini/piede.jpg);
	background-repeat:no-repeat;
	z-index:0;
}

