 html, body {
        margin: 0;
        padding: 0;
        height:100%;
        font-family: open sans; 
}
      
#container-map{width: 100%; height:100%;top:0px; left:0;position: relative;	}

#chiudi{width:200px;height:52px; background: url(images/maps/maps_back.png);position: absolute; right:20px; top: 20px;z-index: 30;}

.popup a{color:#ffcc00;text-decoration: none;}	
.popup h2{margin:0;padding:0;}
      
#map-canvas{width: 100%; height:100%; position:relative;z-index:10;}