
#header{
    .headerBar{
        background: url(../imgs/ban1.jpg) no-repeat;
        .logoWraper{
            position: relative;
            #logo{
                position:absolute;
                left: 160px;
                top:15px;
                img{
                    width: 400px;
                    height: 90px;
                }
            }
        }
    }
}

