body {
    background-color: #EED5AC;
    font-family: Arial;
    color: #900;
}

#centercontent {
    margin: auto;
    width: 900px;
    height: 553px;
    border: solid 1px #900;
    text-align: center;
}

#bottomcontent {
    margin: auto;
    width: 700px;
    text-align: center;
    font-size: 0.6em;
}

#bottomcontent a, #bottomcontent a:active, #bottomcontent a:visited {
    color: #900;
    text-decoration: none;
}

#bottomcontent a:hover {
    text-decoration: underline;
}
