#body {
    width: 775px;
}

#header {
    width: 775px;
    height: 103px;
    overflow: visible;
    background-color: rgb(193, 163, 91);
}

a {
    color: rgb(111, 11, 11);
}

#header img {
    width: 775px;
    height: 100px;
}

#content {
    float: left;
    width: 735px;
    height: 490px;
    padding: 20px;
    background-color: rgb(244, 236, 226);
}

#content p {
    font-family: 'Arial';
    font-size: 12px;
}

#content h1 {
    font-family: Arial;
    color: rgb(50, 67, 79);
    font-size: 15px;
    font-weight: bold
}

.debugCode {
    visibility: hidden;
    display: none;
}