html {
        margin-bottom: 10px;
        height: 100%;
}
body {
        background: #ffffff;
        margin: 10px;
        padding: 0px;
        height: 100%;
}
#topbar {
        background-color: #bf5b00;
        margin-bottom: 10px;
        padding: 5px;
}
#topbar p {
        font-family: Tahoma, Arial, sans-serif;
        font-size: 90%;
        color: #ffffff;
        margin-top: 0px;
        margin-bottom: 5px;
        text-align: center;
}
#topbar p a, #topbar p a:visited {
        color: #ffffff;
        text-decoration: underline;
}
#topbar p a:hover {
        color: #ffffff;
        text-decoration: none;
}

