body {
	background: #666666;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
	background-image: url(images/bg_tile.gif);
}
.oneColFixCtrHdr #container {
	width: 980px;

	margin: 0 auto;
	border: 1px solid #000000;
	text-align: left;
}
.oneColFixCtrHdr #header {
	background-color: #000;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0px;
	margin: 0px;
	height: 20px;
	width: 970px;
	clear: both;
	float: left;
}
.oneColFixCtrHdr #header h1 {
	margin: 0;
	padding: 10px 0;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 px;
	
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	background:#000000;
}
.oneColFixCtrHdr #footer p {
	margin: 0;
	padding: 10px 0;
}

#menu_alto{
	height:20px;
	width:980px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #000;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 10px;
	position: absolute;
	left: 50%;
	z-index:8;
	top: 21px;
	margin-left: -490px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #ccc;
	border-bottom-color: #ccc;
	background-color: #CCC;
	opacity: 0.75;
	-moz-opacity: 0.75;
	filter:alpha(opacity=75);
	visibility: visible;
	}
#menu_alto a:hover{
color:#A94341;
}

#menu_alto a{
color:#000;
	text-decoration: none;
}





#menu_basso{
	height:94px;
	width:980px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #000;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 0px;
	position: absolute;
	left: 0px;
	z-index: 6;
	top: 507px;
	margin-left: 0px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #ccc;
	border-bottom-color: #ccc;
	background-color: #000;
	opacity: 0.75;
	-moz-opacity: 0.75;
	filter:alpha(opacity=75);
	visibility: visible;
	}
#menu_basso a:hover{
color:#A94341;
}

#menu_basso a{
color:#666;
	text-decoration: none;
}
.italic {
	font-style: italic;
	font-size: 18px;
}


.percorsi {
	font-family: Verdana, Arial, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #666;
	text-decoration: none;
}
a.percorsi:hover {
	font-family: Verdana, Arial, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
}

        .viewport {
            /*border: 3px solid #eee;*/
            float: left;
            height: 60px;
            margin: 0 0px 0px 0;
            overflow: hidden;
            position: relative;
            width: 60px;
        }
        .no-margin {
            margin-right: 0;
        }

        .viewport a {
            display: block;
            position: relative;
        }

        .viewport a img {
            height: 70px;
            left: 0px;
            position: relative;
            top: 0px;
            width: 70px;
        }

        .viewport a span {
            display: none;
            font-size: 10px;
            font-weight: bold;
            height: 100%;
            padding-top: 30px;
            position: absolute;
            text-align: center;
            text-decoration: none;
            width: 100%;
            z-index: 100;
        }
            .viewport a span em {
                display: block;
                font-size: 0.45em;
                font-weight: normal;
            }
        .dark-background {
            background-color: rgba(15, 15, 15, 0.6);
            color: #fff;
            text-shadow: #000 0px 0px 20px;
        }
            .dark-background em {
                color: #ccc;
            }
