html {
	height: 100%;
	width: 100%;
	margin: 0;
	padding:0;
}

body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 76%;
	line-height: 140%;
	color: #EEE8AA;
	background-color: #3D0000;
	scrollbar-face-color: #BB0000;
	scrollbar-highlight-color: #AA0000;
	scrollbar-3dlight-color: #FFEEBB;
	scrollbar-darkshadow-color: #000000;
	scrollbar-shadow-color: #AA0000;
	scrollbar-arrow-color: #FFFFCC;
	scrollbar-track-color: #3D0000;
   	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}

div#Benvenuti {
	width: 100px;
	height: 50px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -30px 0 0 -350px;
	text-align: right;
	font-size: 200%;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
}

div#Welcome {
	width: 100px;
	height: 50px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -30px 0 0 250px;
	text-align: left;
	font-size: 200%;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
}

div#Fascia {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	margin: auto 0;
	text-align: center;
	background-image: url(images/NewSfondo.jpg);
	background-position: 0 50%;
}

div#Intro {
	width: 450px;
	height: 400px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -200px 0 0 -225px;
	text-align: center;
}

div#Testo {
	font-size: 1px;
	color: #9F0000;
	text-align: center;
	position: absolute;
	margin: -9000px 0 0 0px;
}

a:link, a:visited {
	text-decoration: none;
	color: #C7B010;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #ECD213;
}

div.footer {
	position: absolute;
	width: 500px;
	top: 95%;
	left: 50%;
	margin: 0 0 0 -250px;
	text-align: center;
	font-size: 10px;
	line-height: 16px;
	color: #C7B010;
}

