* { 
	margin: 0px;
	padding: 0px;
	background-color: transparent;
}


H1, H2, H3, H4, H5, H6, PRE, CODE, ADDRESS, BLOCKQUOTE {
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
}

A, A:hover {
	text-decoration: none;
}

A IMG {
    border: 0;
}

HR {
	display: none;
}

BODY {
	font-size: 100%;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}

#WrapperContainer {
	background-image: url('../immagini/splash/b-pagina.jpg');
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 989px;
	height: 602px;
	margin-top: -301px; /* numero negativo settato alla metà dell'altezza */
	margin-left: -495px; /* numero negativo settato alla metà della larghezza */
	border: 1px solid #ffffff;
}

#WrapperContainer H1 {
	position: absolute;
	top: 461px;
	left: 391px;
	width: 302px;
	height: 83px;
	background-image: url('../immagini/splash/b-h1.jpg');
	background-repeat: no-repeat;
	text-indent: -9999px;
}

#WrapperContainer H2 {
	position: absolute;
	top: 269px;
	left: 139px;
	width: 422px;
	height: 42px;
	background-image: url('../immagini/splash/b-h2.jpg');
	background-repeat: no-repeat;
	text-indent: -9999px;
}

#WrapperContainer #Popup {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 800px;
	height: 300px;
	border: 1px solid #ffffff;
}

UL#Ambiti {
	position: absolute;
	width: 105px;
	top: 207px;
	left: 880px;
}

#Ambiti LI {
	list-style-type: none;
	display: inline;
}

#Ambiti A {
	display: block;
	font-size: 11px;
	color: #ffffff;
	padding-top: 6px;
	padding-bottom: 6px;
	font-weight: bold;
	text-transform: uppercase;
}

#Ambiti A:hover {
	color: #FFFF00;
}

