img {
	border: 0;
	text-align: center;
}
A:link {
	color: #000;
	text-decoration: none;
}
A:visited {
	color: #000;
	text-decoration: none;
}
A:hover {
	color: #069;
	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: 60px;
	width: 100%;
	z-index: 100;
	background-color: #004d6c;
}
#logo {
	position: relative;
	height: 46px;
	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: 40px;
	width: 100%;
	margin: auto;
	text-align: center;
}
#txt-home {
	position: relative;
	width: 100%;
	z-index: 100;
	top: 60px;
	padding-top: 15px;
	text-align: center;
}
#txt-home2 {
	position: relative;
	width: 100%;
	z-index: 100;
	top: 10px;
	padding-top: 15px;
	text-align: center;
}
#txt-corpo {
	position: relative;
	width: 100%;
	z-index: 1;
	top: 30px;
	padding-top: 20px;
	text-align: left;
	padding-left: 5px;
}
#txt-dida {
	position: relative;
	width: 100%;
	z-index: 1;
	top: 20px;
	padding-top: 20px;
	text-align: left;
	padding-left: 5px;
}
#back {
	position: relative;
	width: 100%;
	z-index: 5;
	padding-top: 20px;
	text-align: left;
}

#Article {
	position: relative;
	width: 100%;
	z-index: 10;
	margin: auto;
	top: 90px;
}
#Article_map {
	position: relative;
	width: 100%;
	z-index: 10;
	margin: auto;
	top: 60px;
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
	height: 500px;
}
#txt-attivita {
	position: relative;
	width: 100%;
	z-index: 1;
	top: 30px;
	padding-top: 20px;
	text-align: left;
	padding-left: 5px;
	background-color: #004d6c;
}
/************************ footer ************************* */
#footer {
	position: relative;
	width: 100%;
	height: 100px;
	z-index: 50;
	margin: auto;
	top:70px;
	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;
}
