html {
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	}
body {
	text-align: center;
	margin: 0;
	padding: 0;
	background-color: #000000;
	color: #FFFFFF;
}

#principale {
	height: auto;
	width: 900px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../immagini/headers/back.png);
	background-repeat: repeat-y;
	background-position: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#footer {
	width: 900px;
	height: 200px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	background-color: #000000;
	background-image: url(../immagini/footer.png);
	background-repeat: no-repeat;
	background-position: bottom center;
}
#testo {
	padding:50px;
	text-align: justify;
	margin-left: 200px;
	min-height:700px;

}


#testo_amm {
	text-align: justify;
}

#contenuto {
	width: 900px;
	height: auto;
	margin: 0px;
	padding: 0px;
}
#flash {
	float: right;
	margin-left: 20px;
}

#menulat {
	height: 382px;
	width: 146px;
	position: absolute;
	left: 30px;
	top: 248px;
	text-align: left;
	border-right-color: #641413;
	border-right-width: thin;
	border-right-style: solid;
}
.elenco a {
color:#FFFFFF;
list-style-image:url(../immagini/stella2.jpg);
text-align:left;
padding-left:10px;
text-decoration:none;

	}
a {
	color: #FFFFFF;
}
a:hover {
	color: #F6AC27;
}
a:visited {
	color: #FFFFFF;
}


#lingue {
	position:absolute;
	width: 51;
	height: 109;
	float:left;
	left: 11px;
	top: 242px;
	
}
.imageindent {
	display: inline;
	margin-right: 5px;
}
#testo_pag {
	padding:70px;
	text-align: justify;
	margin-left: 150px;
}

#contenuto_lungo {
	background-repeat: no-repeat;
	background-position: center top;
	width: 900px;
	height: auto;
	margin: 0px;
	padding: 0px;
}
.form {
	background-color: #000000;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	color: #FFFFFF;
}




#hintbox{ /*CSS for pop up hint box */
	position:absolute;
	top: 0;
	background-color: lightyellow;
	width: 150px; /*Default width of hint.*/
	padding: 3px;
	border:1px solid black;
	line-height:18px;
	z-index:100;
	border-right: 3px solid black;
	border-bottom: 3px solid black;
	visibility: hidden;
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
}

.hintanchor{ /*CSS for link that shows hint onmouseover*/
font-weight: normal;
color: #FFCC33;
margin: 3px 8px;
}
