html, body {
    margin: 0;
    padding: 0;
    background-color: #202020;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 10pt;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

p {
    color: #eeeeee;
}

#sep {
    background-color: #ffffff;
    min-height: 3px;
    width: 100%;
}

#map_container {
    width: 100%;
    height: 100%
}

#map_canvas {
    width: 100%;
    height: 100%;
}
