#wrapper
{
    position: absolute;
    left: 50%;
    top: 10px;
    text-align: center;
    margin: auto;
    width: 900px;
    margin-left: -450px;
    background-color: #FFFFFF;
    border: 0px solid #EEE;
}

#wrapper_padding
{
    width: 700px;
    text-align: left;
    padding-left: 77px;
    padding-right: 133px;
    padding-top: 75px;
}

#logo
{
    position: absolute;
    top: 52px;
    right:33px;
    height: 75px;
    width: 75px;
}

#header
{
}

#menu
{
    background-color: #FFF;
}

#content
{
    width: 700px;
    background-color: #FFF;
    padding-top: 35px;
    padding-bottom: 5px;
    min-height: 350px;
}

#footer
{
    width: 700px;
    text-align: right;
    font-size: 9px;
    color: #8f6070;
}