html {
 min-height : 100% ;
 height : 100% ;
 overflow : hidden ;a
}
body {
  font-family: Verdana, Arial, sans-serif;
  font-size: 8px;
  margin: 0px;
  text-decoration: none;
  margin-left: auto;
  margin-right: auto;
  min-height : 100% ;
  height : 100% ;
}
#gmap {
width : 800px ;
height : 600px ;
}
#loader {
  z-index : 1000;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
}