body {
	background-color: #000;
	margin: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
}
a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: none;
	color: #033;
}
a:active {
	text-decoration: none;
	color: #FFF;
}
.tabellaContenuto {
	height:650px;
	position:absolute;
	top:50%;
	margin-top:-325px;
	width: 100%;
}
.sfondomenu {
	opacity:0.5;
	filter:alpha(opacity=50);
	filter:”alpha(opacity=50)”;
	background-color: #000;
}
.contact {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	text-align: center;
}

