
body {
    background: #000 url(images/bg.jpg) no-repeat center;
    font-size: 16px;
}

hr {
    border: 0;
    color: #000;
    background-color: #000;
    height: 2px;
    width: 200px;

}

#main-wrapper {
    width: 812px;
    margin: 10px auto auto;
    padding-top: 0;
    position: static;
}

#main {
    background-color: #ead897;
    background-image: url(images/main-bg.gif);
    width: 210px;
    border-style: solid;
    border-top-color: #ffffcc;
    border-left-color: #ffffcc;
    border-bottom-color: #666652;
    border-right-color: #666652;
    padding: 10px;
    color: #000;
    font-family: Georgia, "Times New Roman", Times, serif;
    top: 20px;
    float: left;
}

#main-contact {
    background-color: #ead897;
    background-image: url(/images/main-bg.gif);
    width: 790px;
    border-style: solid;
    border-top-color: #ffffcc;
    border-left-color: #ffffcc;
    border-bottom-color: #666652;
    border-right-color: #666652;
    padding: 10px;
    color: #000;
    font-family: Georgia, "Times New Roman", Times, serif;
    top: 20px;
}


#right-side {
    font-style: italic;
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #9dceff;
    width: 565px;
    float: right;
}

#main-image {
    border: 1px solid #9dceff;
    width: 562px;
}