body, html
{
    height: 100%;
    text-align: center;
}
body, html, div, img
{
    margin:0;
    padding:0;
    border:0;
}
.cl
{
    float: none;
    clear: both;
    height: 0px;
    line-height: 0px;
    font-size: 0px;
}
#overlay
{
    margin: auto;
    width: 100%;
    width: 930px;
    position: relative;
    overflow: hidden;
    text-align: left;
}
#middle
{
    overflow: hidden;
}
    #content, #content_full, #content_full_i
    {
        margin-top: 125px; /*space for header*/
        margin-right: -181px; /*space for left*/
        float: right;
        width: 100%;
    }
    #content_full, #content_full_i
    {
        float: none;
        margin-right: 0px;
    }
        #content #content_fix, #content_full #content_fix, #content_full_i #content_fix
        {
           padding-right: 181px;/*back content from right*/
           padding-top: 43px;
           margin-left: 22px;
           position: relative;
        }
        #content_full #content_fix
        {
            padding-right: 0px;
            margin-left: 0px;
        }
        #content_full_i #content_fix
        {
            padding-right: 0px;
            margin-left: 0px;
            padding-top: 0px;
        }
        #content_full_i #con
        {
            padding: 11px 0px 0px 0px;
        }
    #left
    {
        padding-top: 136px;/*space for header*/
        padding-bottom: 10px;
        width: 181px;
        float: left;
    }
    #footer
    {
        clear: both;
        height: 45px;
        border-top: 1px solid #585795;
    }
    #header
    {
        height: 125px;
        width: 100%;
        position: absolute;
        overflow: hidden;
        top: 0px;
        left: 0px;
    }
