body, html {
    margin: 0 auto;
    font-family: Verdana;
    font-weight: normal;
    background: #a79770;
    color: #fff
}

#top {
    width: 100%;
    height: 140px;
    background: #fff
}

#topContent {
    width: 450px;
    height: 132px;
    margin: 0 auto;
    padding: 2px 15px 6px 15px;
    font-size: 24pt;   
    color: #a79770
}

#centerContent {
    width: 450px;
    height: 600px;
    margin: 0 auto;
    padding: 5px 15px 0 15px;
    background: #a79770;
    font-size: 10pt
}

a {
    color: #fff;
    text-decoration: none
}

a:hover {
    color: #fff;
    text-decoration: underline
}