/* CSS Document by INSTANT WEBSITES per giulionava.it */
/* www.instantwebsites.it - info@instantwebsites.it */

body {
	background-color: #000000;
	text-align: center; /* IE5.x bug fix */
	margin: 0px;
	padding: 0px;
}

#main {
	margin-top: -200px;
	margin-left: -350px;
	left: 50%;
	top: 50%;
	height: 400px;
	width: 700px;
	position: absolute;
	background-color: #000000;
	overflow: hidden;
}

#testo {
	position: absolute;
	top: -1000px;
	left: -1000px;
	width: 10px;
	height: 10px;
	visibility: hidden;
	overflow: hidden;
}
