body,html{

	margin: 0px;

	padding: 0px;

	font-family: Arial, Helvetica, sans-serif;
    color: #cccccc;
overflow:hidden;

}

img{

	border: none;

}

.clear{

	clear: both;

}

.fleft{

	float: left;

}

.fright{

	float: right;

}

.fb{ position:absolute;
right:0px; top:0px;
display:block;
height:40px;
vertical-align: middle;
}


a{
	color: #000000;
	font-weight: bold;
}
a:hover{text-decoration: none;}
#cornice{
	 position:relative;
   z-index: 3;
	width: 950px;

	height: 520px;

	margin: 0px auto 0px auto;
    background-color: #ffffff;
	border: 10px solid #000000;

	padding: 0px;

}
#cornice2{
z-index: 3;
position:relative;
	width: 950px;
 background-color: #ffffff;
	min-height: 520px;

	margin: 0px auto 0px auto;

	border: 10px solid #000000;

	padding: 10px;

}
#loading {
			position: absolute;
			top: 49.5%; 
			left: 49.5%;
			z-index: 3;
			width: 24px; 
			height: 24px;
			text-indent: -999em;
			background-image: url(images/progress.gif);
		}
		#supersize{
			position:fixed;
		     position:absolute;
		    top:0;
		    left: 0;
		}
		#supersize img{
			height:100%;
			width:100%;
			position:absolute;
		    top:0;
		    left: 0;
			z-index: 0;
		}
#menu{padding: 10px;}
#logo{padding: 10px;}				
#menu a{

	display: block;

	color:#000000;

	border-bottom:1px solid #000000;

	text-align: center;

	width: 110px;

	margin-right: 11px;

	text-decoration: none;

	font-size: 12px;

	float: right;

}

.selezionato{
	text-align: center !important;
	color: #ffffff !important;
	background-color: #000000;
	font-weight: bold;
}

#contenuti{

	padding: 10px 0px 10px 10px;

    width: 900px;

	margin: 25px auto 0px auto;

}
.titPagina{
	color: #ffffff;
}
.titBasso{

	font-size: 16px;
    color: #000000;
	font-weight: normal;

	margin: 0px auto 0px auto;

	text-align: center;

}
.titoloH1{
	font-size: 130%;
}
.titoloH2{
	font-size: 110%;
}
#footer{
  z-index: 3;
  color: #cccccc !important;
  position:relative;
  font-size: 10px;
  width: 970px;
  padding: 0px;
  height:50px;
  margin: 0px auto 0px auto;
  left:10px;
}
#footer .fleft{color: #cccccc !important;}
#footer a{

	color: #cccccc;

	text-decoration: none;

}


