#site-header {
    position: relative;
    height: 60px;
    min-width: 750px;
    color: #fff;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    background-color: #214d77;
}

#site-header img#banner-image-view {
    height: 60px;
}

#site-main {
    position: absolute;
    top: 60px;
    bottom: 0;
    left: 0;
    right: 0;
}