html {
	overflow-y: auto;
	overflow-x:hidden;
}
body {
	margin: 0px;
	text-align: center;
	background-color: #e7e7e7;
}
/* ################################ DIV ################################ */
#uno {
	width: 100%;
	height: 100px;
	background-color: #e7e7e7;
	border-bottom: #bbb solid 3px;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight:bold;
	line-height: 20px;
	text-align: center;
	color: #333;
	padding-top: 140px;
}
#due {
	width: 100%;
	height: auto;
	background-color: #fff;
    padding-top: 0px;
}
#intro {
	position:relative;
	left:50%;
	width:570px;
	height:198px;
	margin-left:-285px;
	background-color:#FFF;
	text-align: center;
}
#dati {
	position:relative;
	width: 100%;
	height: auto;
	background-color: #e7e7e7;
	border-top: #bbb solid 3px;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 11px;
	text-align: center;
	color: #333;
	padding-top: 20px;
}
/* ---------------- style --------------- */

.title {
	font-size: 36px;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 46px;
}
.title2 {
	font-size: 13px;
	color: #555;
	font-family: Verdana, Geneva, sans-serif;
	font-weight:bold;
	line-height: 20px;
}
.title2 a {
	text-decoration:none;
	color: #555;
}
.title2 a:hover {
	text-decoration:none;
	color: #C00;
}
.note {
	font-size: 10px;
	color: #999;
	font-family: Verdana, Geneva, sans-serif;
}
.note a {
	text-decoration:none;
	color: #999;
}
.note a:hover {
	text-decoration:none;
	color: #666;;
}
.link {
	color: #333;
}
.link a {
	text-decoration:none;
	color: #333;
}
.link a:hover {
	text-decoration:none;
	color: #c00;;
}
.subtitle {
	font-size: 24px;
	color: #555;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 44px;
}