.ow_page_wrap, .base_sign_in{background-image:url(https://openhangout.com/ow_userfiles/themes/theme_image_1.png)}
.base_index_page{background-image:url(https://openhangout.com/ow_userfiles/themes/theme_image_2.png)}
.ow_logo{background-image:url(https://openhangout.com/ow_userfiles/themes/theme_image_4.png)}
/* Header wrapper: stop reserving 232px */
.ow_logo_wrap {
    height: auto;
    padding: 10px 0;
}

/* Logo: give it an actual box so the background can render */
.ow_logo {
    display: block;
    height: 102px;        
    width: 293px;         
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
}

/* Pull everything up (optional) */
.ow_top {
    min-height: 0;
    padding-top: 8px;
}