html, body {
    border: 0;
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: Arial,Helvetica,sans-serif;
}
div#container {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-height: 100%;
    height: auto !important;
    height: 100%;
}
div#header {
    width: 100%;
    height: 58px;
    background: #f0f0f0;
    border-bottom: 2px solid #800000; 
}
div#header a {
    text-decoration: none;
    color: #000000;
}
div#content {
    padding-left: 20px;
    padding-right: 20px;
    clear: both;
}
div#footer {
    width: 100%;
    min-height: 20px;
    background: #f0f0f0;
    border-top: 1px solid #800000; 
    clear: both;
}
#footer a {
    text-decoration: none;
    color: #808080;
}
#footer a:hover {
    color: #800000;
}
@media screen {
    div#header {
        position: fixed;
        top: 0;
        left: 0;
    }
    div#content {
        padding-top: 60px;
        padding-bottom: 20px;
    }
    div#footer {
        position: fixed;
        bottom: 0;
    }
}
.reddot {
    color: #800000;
}
div#logo {
    float: right;
    font-size: 10pt;
    margin-top: 5px;
    margin-right: 10px;
    margin-bottom: 2px;
    line-height: 12pt;
}
#copyright {
    float: left;
    color: #808080;
    font-size: 8pt;
    margin-top: 2px;
    margin-left: 5px;
    margin-bottom: 5px;
}
#validate {
    float: right;
    margin-top: 2px;
    margin-left: 2px;
    margin-right: 5px;
    margin-bottom: 0px;
}
#lastmod {
    float: right;
    text-align: right;
    color: #808080;
    font-size: 8pt;
    margin-top: 2px;
    margin-right: 5px;
}