body {
	background-color: #000000;
	margin: 0px;
	padding: 0;
}
body, table, tr, td {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.menu {
	color: #000000;
}
#testata {
	position: absolute;
	width: 600;
	left: 50%;
	top: 0px;
	margin-left: -300px;
	padding: 0;
	z-index: 0;
}
#linea_superiore {
	background-color: #666666;
	position: absolute;
	width: 780;
	left: 50%;
	top: 300px;
	margin-left: -390px;
	padding: 1px;
	text-align: center;
	z-index: 1;
}
#menu {
	background-color: #666666;
	position: absolute;
	width: 150px;
	left: 50%;
	top: 322px;
	margin-left: -390px;
	padding: 2;
	text-align: left;
	z-index: 1;
}
#pagina {
	position: absolute;
	width: 780;
	top: 320px;
	left: 50%;
	margin-left: -390px;
	padding: 0;
	text-align: center;
	z-index: 0;
}
#contatore {
	position: fixed;
	width: 100px;
	height: 50px;
	right: 0px;
	top: 0px;
	padding: 0;
	z-index: 1;
}
.campiform {
	background-color: #FFFFFF;
	border-color: #CCCCCC;
	color: #666666;
}

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

a:link, a:visited, a:active {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}
a:hover {
	color: #666666;
	font-weight: normal;
	text-decoration: none;
}
a:link.menu, a:visited.menu, a:active.menu {
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}
a:hover.menu {
	color: #FFFFFF;
	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;
}
