html{
    height: 100%;
}
body{
    height: 100%;
}
.app{
    height: 100%;
}
#SiteContainer .end-page-wrapper{
    position: relative;
    min-height: 100%;
}
#SiteContainer .end-page{
    min-height: auto;
}

#SiteContainer .splash{
    position: relative;
}

#SiteContainer .content-page{
    min-height: 100%;
}