html, body {
    width: 100%;
    height: 100%;
    
    margin: 0;
    padding: 0;
}
body {
    font-family: Corbel, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans-serif;
    font-size: 12px;
    line-height: 18px;
    
    color: black;
    background: white;
}
div#map {
    width: 600px; 
    height: 480px;
}
div#status {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 180px;
    height: auto;
}
div#status p {
    position: relative;
    left: -90px;
    top: -1em;
    width: 100%;
    height: 100%;
    
    margin: 0;
    padding: 1em 0;
    
    text-align: center;
    
    color: white;
    background: green;
    border: 1px solid white;
}
div#info {
    position: absolute;
    left: 50%;
    bottom: 10px;
    width: 440px;
}
div#info p {
    position: relative;
    left: -220px;
    width: 100%;
    height: 100%;
    
    margin: 0;
    padding: 1em 10px;
    
    text-align: center;
    
    color: black;
    background: white;
}