body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0;
	background-attachment: fixed;
	background-image: url();
	background-repeat: no-repeat;
	background-position: center top;
}
body, table, tr, td {
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
#testata {
	position: absolute;
	width: 230;
	height: 32px;
	left: 50%;
	top: 20px;
	margin-left: 400px;
	padding: 0;
	z-index: 0;
}
#menu_sopra {
	position: absolute;
	width: 450px;
	left: 50%;
	top: 41px;
	margin-left: -400px;
	padding: 0;
	text-align: center;
	z-index: 0;
}
#menu_sotto {
	position: absolute;
	left: 50%;
	margin-left: -400px;
	padding: 0;
	text-align: center;
	z-index: 0;
}
#copyright {
	position: absolute;
	left: 50%;
	margin-left: 300px;
	padding: 0;
	text-align: center;
	z-index: 0;
}
#pagina {
	position: absolute;
	width: 600px;
	left: 800;
	margin-left: -400px;
	padding: 0;
	text-align: center;
	z-index: 2;
	top: 200;
	height: 200;
}
.campiform {
	background-color: #FFFFFF;
	border-color: #CCCCCC;
	color: #666666;
}

/*------------------LINKS------------------*/

a:link, a:visited, a:active {
	color: #666666;
	font-weight: normal;
	text-decoration: none;
}
a:hover {
	color: #999999;
	font-weight: normal;
	text-decoration: none;
}
a.opacity_1 img {
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
	border: 0px;
}
a.opacity_1:hover img {
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	border: 0px;
}a.opacity_2 img {
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	border: 0px;
}
a.opacity_2:hover img {
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
	border: 0px;
}

