@charset "utf-8";
/* CSS Document */
* {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


body {
	text-align: center;
	overflow: hidden;
}
#wrap {
	position: absolute;
	z-index: 0;
	height: 100%;
	width: 100%;
	overflow: hidden;
	left: 0px;
	top: 0px;
}
#content {
	width: 630px;
	position: absolute;
	bottom: 100px;
	top: 10px;
	z-index: 8;
	margin-left: -300px;
	left: 50%;
	text-align: left;
	display: block;
	overflow: auto;
	padding-bottom: 30px;
	*height: auto;
}

h1 {
	font-size: 72;
	font-weight: bold;
	color: #CCC;
	float: left;
	position: absolute;
	left: 10px;
	bottom: 90px;
}
h2 {
	color: #FFF;
	background-color: #F90;
	padding: 5px;
	position: absolute;
	z-index: 10;
	display: block;
	font-weight: bold;
	margin-top: -10px;
	margin-left: -10px;
	border: 1px solid #FFF;
}
h3 {
	color: #FFF;
	background-color: #000;
	position: absolute;
	font-size: 10px;
	z-index: 11;
	margin-top: -24px;
	padding: 2px;
	margin-left: -5px;
	display: block;
}

.block {
	width: 600px;
	margin-left: 10px;
	margin-top: 30px;
	height: 100px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 40px;
}
.block a img {
	clear: both;
}
#logo {
	text-align: left;
	position: absolute;
	z-index: 2;
	left: 0%;
	font-size: 18px;
	color: #FFF;
	bottom: 10px;
	height: 30px;
	width: 100%;
	margin-left: 10px;
}
#menu {
	position: absolute;
	color: #333;
	text-align: left;
	list-style-type: none;
	bottom: 0px;
	z-index: 1;
	right: 0px;
	background-color: #000;
	width: 100%;
	left: 0px;
	height: 50px;
}
#link a, #link a:hover {
	font-weight: bold;
	color: #000;
	font-size: 18px;
	width: auto;
	float: left;
	margin-left: 10px;
}
#link a:hover {
	color: #202020;
}
.desc {
	background-color: #000;
	margin-bottom: 20px;
}
.desc a, .desc a:hover {
	font-weight: normal;
	color: #FFF;
	font-size: 12px;
	padding: 3px;
}
.desc a:hover {
	color: #F90;
}
.gal {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a.gal {
	margin-left: 0px;
}
#link {
	position: absolute;
	left: 0px;
	bottom: 50px;
	z-index: 2;
	background-color: #FFF;
	height: 30px;
	width: 100%;
	padding-top: 10px;
	*padding-top: 3px;
}
sub {
	font-size: 16px;
}
#web {
	position: absolute;
	z-index: 1;
	height: 250px;
	width: 100%;
	left: 0px;
	right: 0px;
	background-image: url(../Senza-titolo-4.png);
	background-position: center top;
	bottom: 4px;
	background-repeat: no-repeat;
}
.hgal {
	filter: alpha(opacity=20);
	opacity: .2;
}
#left {
	width: 170px;
	position: absolute;
	top: 20px;
	z-index: 12;
	left: 50%;
	margin-left: -480px;
	text-align: right;
}
#left a, #left a:hover {
	color: #FFF;
	font-size: 12px;
	background-color: #000;
	text-align: right;
}
#left a:hover {
	color: #F90;
}
#right {
	width: 170px;
	position: absolute;
	top: 20px;
	z-index: 12;
	left: 50%;
	margin-left: 320px;
	text-align: left;
}
#right a, #right a:hover {
	color: #FFF;
	font-size: 12px;
	background-color: #000;
	text-align: left;
}
#right a:hover {
	color: #F90;
}

