/* CSS Centra */

div#contenitore {
	position:absolute;
	left:50%;
	top:0px;
	width:1000px;
	height:750px;
	margin:0 0 0 -500px;
	z-index: 1;
	font-family: Garamond;
	font-size: 16px;
	color: #006;
}

