html, body, #container {
    height: 100%;
    width: 100%;
    overflow: hidden;
}

body {
    padding-top: 0px;
}

#map {
    width: auto;
    height: 100%;
}

a:link {
    text-decoration: none;
}