body {
    background-attachment: fixed;
    background: url(../images/main_bg.gif) repeat-x top left #89766c;
    text-align: center;
    margin: 0px;
    padding: 0px;
    color: #000000;
    font-size: 12px;

}
a img {
    border: none;
}
#main {
    height: 650px;
    margin: 0px auto;
    position: relative;
    top: -60px;
}
#logo {
    text-align: left;
    height: 80px;
    margin: auto;
    padding: 0 90px;

}
#logo img {
    margin: 0px;
    padding: 0px;
}

#footer{
    text-align: center;
    vertical-align: bottom;
    background-image: url(../images/footer_bg.gif);
    width: 192px;
    margin-right: 0px;
    float: right;
    position:relative;
    right:90px;
    background-repeat: no-repeat;
    position: relative;
    bottom: 0px;
}

#out {
    height: 750px;
    width: 1000px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
}
a {
    color: #6594A3;
}
