html, body 
{
	height: 100%;
	margin: 0 auto;
	padding: 0;
	
	background-color:#FFF;
}

div#Maschera
{
	visibility: hidden;
	width: 100%;
	height: 50%;
	margin-top:-163px;
	float: left;
}

div#Contenitore 
{
	width: 775px;
	height: 163px;
	clear: both;
		
	/*position: relative;*/
	top: -81px;
	/* IE4ever Hack: Hide from IE4 **/
	position: static;
	/** end hack */
	
	margin:0px auto;
	padding:0;
	

}

div#MainIndex
{
	/*background-image:url(../img/logo.jpg);*/
	width: 775px;
	height: 163px;
	
}