      html, body {
        height: 600px;
        padding: 0;
        margin: 0;
        }
      #map {
			 width: 100% !important;
       height: 100% !important;
       overflow: hidden;
       float: left;
       border: thin solid #333;
       }
