img {
	border: 0;
	text-align: center;
}
A:link {
	color: #000;
	text-decoration: none;
}
A:visited {
	color: #000;
	text-decoration: none;
}
A:hover {
	color: #FF0;
	text-decoration: none;
}

/* BODY */

body {
	margin: 0;
	padding: 0;
	
}
/************************ TESTA ************************* */
#MENU {
	position: fixed;
	width: 80px;
	height: 40px;
	z-index: 110;
	left: 0px;
	top: 0px;
}
div#header {
	position: fixed;
	top: 0;
	left: 0;
	height: 80px;
	width: 100%;
	z-index: 100;
	background-color: #FFF;
}
#logo {
	position: relative;
	height: 60px;
	width: 200px;
	top: 15;
	margin: auto;
	z-index: 115;
	padding-top: 14px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
}
 #menu-int {
	position: relative;
	width: 1340px;
	height: 100px;
	z-index: 1;
	background-color: #F00;
}
/************************ corpo ************************* */
#article-home {
	position: relative;
	z-index: 10;
	top: 0px;
	width: 100%;
	margin: auto;
	text-align: center;
}
#txt-home {
	position: relative;
	width: 100%;
	z-index: 1;
	bottom: 20px;
	top: 0px;
	padding-top: 20px;
	text-align: center;
}
#Article {
	position: relative;
	width: 100%;
	z-index: 10;
	margin: auto;
	top: 90px;
}
#Article_map {
	position: relative;
	width: 100%;
	z-index: 10;
	margin: auto;
	top: 0px;
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
}
/************************ footer ************************* */
#footer {
	position: relative;
	width: 100%;
	height: 100px;
	z-index: 50;
	margin: auto;
	background-color: #000;
	top: 80px;
	text-align: center;
	padding-top: 20px;
}
#footer_storia {
	position: relative;
	width: 100%;
	height: 100px;
	z-index: 50;
	margin: auto;
	background-color: #000;
	top: 600px;
	text-align: center;
	padding-top: 20px;
}
