/* CSS Document by INSTANT WEBSITES - 2007 rev. 2008 */
/* Applicato allo splashscreen del sito DIMENSIONE PROFONDA */

body {
	text-align: center; /* IE5.x bug fix */
	margin: 0px;
	padding: 0px;
	background-color: #246db5;
}
#splash {
	margin-top: -225px;
	margin-left: -283px;
	left: 50%;
	top: 50%;
	height: 450px;
	width: 566px;
	background-color: #246DB5;
	border: 1px solid #999999;
	overflow: hidden;
	position: absolute;
	visibility: visible;
}

/* Livello nascosto per il testo destinato ai motori di ricerca */

#testo {
	position: absolute;
	left: -1000px;
	top: -1000px;
	width: 200px;
	height: 200px;
	overflow: hidden;
	visibility: hidden;
}
