/* CSS Centra */

div#contenitore {
	position:absolute;
	left:50%;
	top:0px;
	width:1000px;
	height:750px;
	margin:0 0 0 -500px;
}

