/* CSS Centra */

div#contenitore {
	position:absolute;
	left:50%;
	top:0px;
	width:800px;
	height:600px;
	margin:0 0 0 -400px;
}
