body {
	background-color: #ff6600;
	margin: 0px;
	padding: 0;
	background-attachment: fixed;
	background-image: url(../img/sfondo.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
body, td, tr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.arancio {
	font-size: 18px;
	font-weight: bolder;
	color: #FF6600;
	text-decoration: none;
}
#logo {
	position: absolute;
	top: 5px;
	left: 50%;
	width: 200px;
	height: 125px;
	margin-left: -375px;
	padding: 0;
	text-align: center;
	z-index: 0;
}
#PNG {
	position: absolute;
	top: 145px;
	left: 50%;
	width: 128px;
	height: 128px;
	margin-left: -375px;
	padding: 0;
	text-align: center;
	z-index: 3;
}
#menu {
	position: absolute;
	width: 430;
	left: 50%;
	margin-left: -75px;
	top: 80px;
	padding: 0;
	text-align: center;
	z-index: 2;
}
#pagina {
	position: absolute;
	top: 140px;
	left: 50%;
	width: 750px;
	margin-left: -375px;
	padding: 0;
	text-align: center;
	z-index: 0;
}
#contenuto {
	width: 650px;
	text-align: center;
}

.scritta_pagina {
	color: #ffffff;
	text-decoration: none;
	font-size: 18px;
	font-weight: bolder;
	text-align: center;
}

.campiform {
	background-color: #000000;
	border-color: #ff6600;
	color: #ffffff;
}

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

a:link, a:visited, a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	color: #ff9933;
	text-decoration: underline;
}

.menu:link, .menu:visited, .menu:active {
	color: #ff9933;
	text-decoration: none;
}
.menu:hover {
	color: #ff9933;
	text-decoration: line-through;
}

.scrittanera {
	color: #000000;
	text-decoration: none;
}
.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=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	border: 0px;
}

/* LIGHTBOX */

#lightbox {
	background-color:#FFFFFF;
	padding: 10px;
	border-bottom: 2px solid  #333333;
	border-right: 2px solid #333333;
	color: #000000;
}
#lightboxDetails {
	font-size: 1.2em;
	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");
}
