html, body {
    height: 100%;
    padding: 0;
    margin: 0;
    background-color: #996533;
}
tr {
    border-top: 2px solid #996533;
    border-bottom: 2px solid #996533;
}

#headerbox {
    background-color: #996533;
    border-bottom: 2px solid #d2a375;
    height: 1em;
    text-align: center;
    padding-right: 2em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    font: 1.2em sans-serif;
    font-weight: bolder;
    color: #444;
}

#headerbox a {
    padding-left: 1em;
    padding-right: 1em;
    color: white;
    text-decoration: none;
}

#headerbox a:hover {
    background-color: #d2a375;
    color: #996533;
    text-decoration: none;
}

table {
    position: absolute;
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
    border-bottom: 2px solid #996533;
}

#vanitybox { 
    border-top: 2px solid #996533;
    background-image: url("background.png");
    background-repeat: repeat-y;
    width: 325px;
    border-bottom: 2px solid #996533;
    vertical-align: middle;
    padding-left: 1em;
    padding-right: 1em;
    background-color: #d2a375;
}

#vanitybox p {
    margin-left: 1em;
    margin-right: 1em;
    font-size: 0.8em;
}

#contentbox {
    border-top: 2px solid #996533;
    width: auto;
    background-color: #d2a375;
    border-bottom: 2px solid #996533;
    vertical-align: top;
}

#contentbox p {
    margin-bottom: 1em;
    padding: 1em;
    color: black;
}

#footerbox {
    height: 3em;
    padding: 1em;
    font-size: 0.9em;
    font-style: italic;
    text-align: center;
    background-color: #996533;
    border-top: 2px solid #d2a375;
    color: white;
}

#footerbox a, #footerbox a:visited {
    color: #d2a375;
}

a, a:visited {
    color: white;
}
