/* home page */
html { height: 100%; }
body {
    background: #bbb7ac url('../images/bg-top.gif') 0 0 repeat-x;
    
    height: 100%; position: relative;
    
    _text-align: center;
    }
.hp-wrap {
    _text-align: left;
    
    width: 900px;
    margin: 0 auto;
    
    background: #fff9eb;
    
    position: relative;
    min-height: 100%; height: auto !important; height: 100%;
    }
    .hp-wrap .l-content {
        padding: 20px 20px 1px;
        
        border-top: 2px #bfbbb0 solid;
        
        padding-bottom: 55px; /* высота футера + его паддинг */
        }
    .l-footer {
        _text-align: left;
        
        width: 900px;
        margin: 0 auto;
        
        position: relative;
        height: 55px;
        margin-top: -55px; /* -(высота футера + его паддинг) */
        }
        .l-footer .footer {
            height: 55px;
            }
    .hp-wrap .b-header__t {
        padding-left: 0;
        padding-right: 0;
        }
/* end of home page */
