body {
	margin:0px;
	padding:0px;
	background-repeat: repeat;
	background-color: #000000;
	background-position: center top;
	background-image: url(../immagini/ecran.gif);
	background-attachment: fixed;
}
#container {
	width: 500px;
	background-color: #000000;
	margin-top: 25px;
	border-radius: 9px; /* Firefox */
	-webkit-border-radius: 9px;
	float: right;
	margin-left: 20px;
	background-attachment: scroll;
	padding-left: 5px;
	padding-right: 5px;
}
#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;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

