#content {
    position: relative;
    left: 0rem;
    min-height: 120rem;
    margin: 10rem auto 0 auto;
    width: 120rem;
    height: auto;
    opacity: 1;
    overflow: hidden;

    background: #FFF8F5;
}

#content div {
    width: 120rem;
    height: 60.3rem; 
    background-size:cover
}



#footer {
    position: relative;
    width: 192rem;
    height: 103.404rem;
    opacity: 1;

    background-image: url(../img/footer_bg.png);
    background-size: cover;

}