img {border:0;}
A:link {
	color: #FFF;
	text-decoration: none;
}
A:visited {
	color: #FFF;
	text-decoration: none;
}
A:hover {
	color: #FF0;
	text-decoration: none;
}

/* BODY */

body {
	margin: 0;
	padding: 0;
	
}

/********************** MENU ************************/
#basemenu {
	position: fixed;
	width: 100%;
	height: 105px;
	z-index: 100;
	background-color: #FFFFFF;
	margin: auto;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000;
	-moz-box-shadow: 3px 3px 2px #333333;
	-webkit-box-shadow: 3px 3px 2px #333333;
	box-shadow: 3px 3px 2px #333333;
}
#cont-menu {
	position: relative;
	width: 1620px;
	height: 90px;
	z-index: 100;
	margin: auto;
	background-color: #FFFFFF;
}
/********************** PAGINA BASE ************************/
#corpo {
	position: relative;
	width: 100%;
	z-index: 1;
	margin: auto;
	top: 100px;
}
#corpo_form {
	position: relative;
	width: 100%;
	z-index: 1;
	margin: auto;
	top: 100px;
}
#corpo_dove {
	position: relative;
	width: 100%;
	z-index: 1;
	margin: auto;
	top: 100px;
	height: 900px;
	background-color: #9CC;
}
#cont_mappa {
	position: absolute;
	width: 800px;
	height: 600px;
	z-index: 101;
	left: 557px;
	top: 71px;
	
}
#Titolo_map {
	position: absolute;
	width: 200px;
	height: 23px;
	z-index: 102;
	left: 864px;
	top: 47px;
	text-align: center;
	font-family: "Times New Roman", serif;
	font-size: 16px;
	color: #FFF;
	
}
#indic-map {
	position: absolute;
	width: 796px;
	height: 111px;
	z-index: 103;
	left: 560px;
	top: 679px;
	font-family: "Times New Roman", serif;
	font-size: 14px;
}

#footer {
	position: relative;
	width: auto;
	height: 100px;
	z-index: 10;
	top: 120px;
	margin: auto;
	background-color: #000;
}
#footer-contenitore {
	position: relative;
	width: 1297px;
	height: 80px;
	z-index: 10;
	top: 15px;
	text-align: center;
	margin: auto;
}
 
