.obwf_usr_header {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 86px;
    background-color: #41518f;
    /*background-image: url("images/background.png");*/
    /*background-repeat: repeat-x;*/
}

.obwf_logo {
    position: absolute;
    top: 11px;
    left: 0;
    height: 69px;
    width: 300px;
    background-image: url("images/logo_ob.png");
    background-size: contain;
}