#background-hero {
    background: url(/uploads/Buildings/godthaabsvej_login.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1;
}

#wrapper-outer {
    position: relative;
    z-index: 2;
}

#wrapper-inner {
    background-color: #eaeaea;
/*
    background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.2) 0%, transparent 100%),url(/inc/template/reepark/images/bg-yellow.jpg);
    background-image: linear-gradient(to bottom, rgba(255,255,255,0.2) 0%, transparent 100%),url(/inc/template/reepark/images/bg-yellow.jpg);
*/
}

