@charset "utf-8";
/* CSS Document */

BODY{
	margin: 0;
	padding: 156px 0 0 0;
	}

#testata_contenitore{
	overflow:auto;
	position: absolute;
	width: 100%;
	height: 156px;
	top: 0;
	left: 0;
	}

#contenuto{
	margin: auto;
	width: 990px;
	/*height:1200px;*/
	background: #ffffff;
	}

@media screen{
	body>#testata_contenitore{ position: fixed;}
	}
