/* STILI GENERICI */
body,html {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #141733;
	height: 100%;
}
a img {
	border: none;
}

/* STILI ENTRATA */
#testo-home {
	position: absolute;
	top: -1000em;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
#corpo-home {
	width:760px;
	height:487px;
	position:absolute;
	top:50%;
	left:50%;
	margin:-243px 0 0 -380px;
	background: url(../immagini/sfondo-home.jpg) 0 0 no-repeat;
	text-align: left;
}
#corpo-home p {
	text-align: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	margin-right: 54px;
	color: #999;
}
#corpo-home p strong {
	font-size: 12px;
	color: #005295;
}
#lingua-home {
	width: 760px;
	height: 20px;
	margin-top: 332px;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #A4A7AA;
	text-align: right;
}
#lingua-home p {
	margin-right: 40px;
}
#lingua-home img {
	margin-right: 15px;
}

/* STILI HOME */