html, body {
 width: 100%;
 height: 100%;
}

body {
 margin-top: 0px;
 margin-right: 0px;
 margin-left: 0px;
 margin-bottom: 0px;
}

div.map {
 position: absolute;
 width: 49.4%;
 height: 49.2%;
}

div#map0 {
 top: 3px;
 left: 3px;
}

div#map1 {
 top: 3px;
 right: 3px;
}

div#map2 {
 bottom: 3px;
 left: 3px;
}

div#map3 {
 bottom: 3px;
 right: 3px;
}

