html {
        margin-bottom: 10px;
        height: 100%;
}
body {
        background: #ffffff;
        margin: 10px;
        padding: 0px;
        height: 100%;
}
#topbar {
        background-color: #6cab6b;
        margin-bottom: 10px;
        padding: 5px;
}
#topbar p {
        font-family: "MS Sans Serif", Helvetica, sans-serif;
        font-size: 80%;
        color: #ffffff;
        margin-top: 0px;
        margin-bottom: 5px;
        text-align: center;
}
#topbar p a, #topbar p a:visited {
        color: #fff5a1;
        text-decoration: underline;
}
#topbar p a:hover {
        color: #fff5a1;
        text-decoration: none;
}

