html {
  width:100%;
  height:100%;
  overflow: hidden;
  margin:0px;
  padding:0px;
}

body {
	width:100%;
  height:100%;
  background-color: #ffffff;
	font-size: 12px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	color: black;
  margin:0px;
  padding:0px;
}

#map {
	position: absolute;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

#titolo {
           position: absolute;
	width: 325px;
	height: 45px;
        top: 2%;
        left: 8%;
	margin-left: 0px;
	padding: 1%;
	border: 2px solid red;
  background-color: #ffffcc;
	font-size: 18px;

	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	color: #0000FF;
           z-index: 0;
}



#cinematismo {
	position: absolute;
	top: 60px;
	right: 140px;
	background-color: white;
}
	


#istatcomuni {
	position: absolute;	
	top: 35px;
	right: 25px;
  background-color: white;
        z-index: 1;

}
	



