@charset "utf-8";
/* CSS Document */

.index_bg {
	background-image: url(images/index.jpg);
	background-repeat: no-repeat;
	height: 573px;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
}
.table_class {
	background-color: #FFF;
}
html, body, #wrapper {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFF;
	height:100%;
	margin: 0;
	padding: 0;
	border: none;
   }
   #wrapper {
      margin: 0 auto;
      text-align: left;
      vertical-align: middle;   
   }.sfondo_center {
	background-image: url(images/2.jpg);
	background-repeat: no-repeat;
}
.sfondo_center_location {
	background-image: url(images/date_location.jpg);
	background-repeat: no-repeat;
}
.sfondo_center_date {
	background-image: url(images/2_location_2.jpg);
	background-repeat: no-repeat;
}
.sfumato_alto {
	background-image: url(images/sfumato_intro/sfumato_alto.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 30px;
}
.sfumato_sinistra {
	background-image: url(images/sfumato_intro/sfumato_sinistra.jpg);
	background-repeat: repeat-y;
	background-position: right;
	width: 30px;
}
.sfumato_destra {
	background-image: url(images/sfumato_intro/sfumato_destra.jpg);
	background-repeat: repeat-y;
	background-position: left;
	width: 30px;
}
.sfumato_basso {
	background-image: url(images/sfumato_intro/sfumato_basso.jpg);
	background-repeat: repeat-x;
	background-position: top;
	height: 30px;
}
.footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	text-decoration: none;
}
.footer a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	text-decoration: none;
}
.footer a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	text-decoration: none;
}
.footer a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	text-decoration: none;
}
.footer a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #090;
	text-decoration: none;
}
.sfondo_center_index {
	background-image: url(images/2_index.png);
	background-repeat: no-repeat;
}
.sfondo_intro {
	background-image: url(images/intro.jpg);
	background-repeat: no-repeat;
}

