body {
	background-color: #009900;
	background-image: url(../img/sfondo.gif);
	margin: 0px;
	padding: 0;
	text-align: center;
	background-repeat: repeat;
	background-position: center top;
}
body, td, tr {
	font-family: Georgia, Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
#logo {
	position: absolute;
	top: 0px;
	left: 50%;
	width: 800px;
	height: 170px;
	margin-left: -400px;
	padding: 0;
	text-align: center;
	z-index: 0;
}
#pagina {
	position: absolute;
	top: 170px;
	left: 50%;
	width: 800px;
	margin-left: -400px;
	padding: 0;
	z-index: 1;
}
#contenuto {
	width: 550px;
	padding: 0;
	text-align: center;
	margin-right: 20px;
}
#menu {
	position: absolute;
	top: 190px;
	left: 50%;
	width: 180px;
	margin-left: -380px;
	padding: 0;
	text-align: center;
	z-index: 2;
}
#sfondo {
	position: fixed;
	bottom: 0px;
	right: 0px;
	padding: 0;
	z-index: 0;
}
.sfondo_pagina {
	background: url(../img/pagina_centrale.png);
}
.campiform {
	background-color: #339933;
	border-color: #009900;
	color: #FFFFFF;
}
.black {
	color: #000000;
	text-decoration: none;
}

/*------------------LINKS------------------*/

a:link, a:visited, a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	color: #006600;
	text-decoration: underline;
}

.nero:link, .nero:visited, .nero:active {
	color: #000000;
	text-decoration: none;
}
.nero:hover {
	color: #000000;
	text-decoration: underline;
}

a.opacity img {
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
	border: 0px;
}
a.opacity:hover img {
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	border: 0px;
}

/* LIGHTBOX */

#lightbox {
	background-color:#FFFFFF;
	padding: 10px;
	border-bottom: 2px solid  #333333;
	border-right: 2px solid #333333;
}
#lightboxDetails {
	font-size: 1.2em;
	color: #006600;
	padding-top: 0.4em;
}	
#lightboxCaption {
	float: left;
}
#keyboardMsg {
	float: right;
}
#lightbox img {
	border: none;
	clear: both;
} 
#overlay img {
	border: none;
}
#overlay {
	background-image: url(../img/overlay.png);
}
* html #overlay {
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../img/overlay.png", sizingMethod="scale");
}