#Container {
    position:       relative;
    /*width:          100%;
    min-height:     100%;*/
    height:         auto !important;
    height:         100%;
    min-height:     100%;
}


#Background {
    position:   absolute;
    overflow:   hidden;
    top:        0px;
    left:       0px;
    width:      100%;
    z-index:    1;
}

#Main {
    position:   absolute;
    z-index:    2;
}


.BackgroundRow {
    position:   relative;
    width:      100%;
    left:       0px;
    top:        0px;
    /* Specify: background, height */
}

.ContentRow {
    position:   relative;
    left:       0px;
    top:        0px;
}

