/************************************/
/*		IMPOSTAZIONI GENERALI		*/
/************************************/
/**/		html,body
/**/		{
/**/			margin:0px;
/**/			padding:0px;
/**/			height:100%;
/**/			background:#000 url(../img/Sfondo.jpg) repeat-x;
/**/		}
/**/
body
	{
	font-family: arial,sans-serif;
	font-size: 76%;
	text-align: center;
	color:#FFF;
	}
div#intestazione
{
position:absolute;
top:0px;
left:0px;
height:205px;
width:auto !important;
width:100%;
background:url(../img/intestazione.jpg) no-repeat;
z-index:1;
}	
div#content
	{
  position:absolute;
  width:708px;
  height:630px; 
  margin:-266px 0px 0px -360px;
  top:290px; 
  left: 50%;
  z-index:2;
	}
