body {
    background: #4f403c;
    font-family: Arial, sans-serif;
    font-size: 12px;
    color: #fff;
}

h2 {
    color: #dbd349;
    font-family: Georgia, serif;
    font-weight: normal;
}

#header {
    height: 53px;
    background: url(header.gif) top center no-repeat;
    margin-bottom: 1em;
}

#header h1 {
    font-size: 10px;
    line-height: 10px;
    position: absolute;
    left: -10000px;
}

#backlink {
    text-align: right;
}

#backlink a, #backlink a:visited {
    font-family: Georgia, serif;
    color: #fff;
    text-decoration: none;
}

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

#container {
    width: 660px;
    margin: 0 auto;
}

.large_copy {
    color: #dbd349;
    font-family: Georgia, serif;
    font-size: 16px;
    font-style: italic;
}

#footer {
    color: #a49996;
    font-family: Georgia, serif;
    margin-top: 5em;
    margin-right: -20px;
    
}

#at_a_glance {
    border-top: 2px dotted #fff;
    margin-top: 2em;
}

#at_a_glance a, #at_a_glance a:visited, a.link, a.link:visited {
    font-family: Georgia, serif;
    color: #dbd349;
    text-decoration: underline;
}