body {
	margin:0px;
	padding:0px;
	background-repeat: repeat;
	background-color: #000000;
	background-position: center top;
	background-image: url(immagini/ecran.gif);
	background-attachment: fixed;
}
#viola {
	width: 650px;
	position: absolute;
	display: block;
	left: 50%;
	margin: -220px 0 0 -325px;
	top: 50%;


}
#counter {
	position: absolute;
	display: block;
	top: 50%;
	height: 23px;
	margin: 170px 0 0 -75px;
	width: 150px;
	left: 50%;
}


#container {
	width: 500px;
	background-color: #000000;
	margin-top: 25px;
	border-radius: 9px; /* Firefox */
	-webkit-border-radius: 9px;
	float: right;
	margin-left: 20px;
	padding-left: 5px;
	background-attachment: scroll;
	padding-right: 5px;
}
#splashpage {
	background-repeat: no-repeat;
	width: 650px;
	background-color: #000000;
	display: block;
	position: absolute;
	height: 332px;
	top: 50%;
	left: 50%;
	margin: -166px 0 0 -325px;
}

#main {
	width: 920px;
}

.testo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 8pt;
	font-style: normal;
	color: #ffffff;
	text-indent: 0px;
	text-align: left;
}
.viola {
	background-color: #770dba;
	text-indent: 20px;
}
#links {
	width: 320px;
	float: left;
	vertical-align: bottom;
	text-align: center;
	margin-left: 25px;
	margin-top: 12px;
}
a:link {
	text-decoration: none;
	color: #770dba;
	font-size: 8pt;
}
a:visited {
	text-decoration: none;
	color: #770dba;
	font-size: 8pt;
}
a:hover {
	text-decoration: none;
	color: #770dba;
	font-size: 8pt;
}
a:active {
	text-decoration: none;
	color: #770dba;
	font-size: 8pt;
}
