html { height: 100%; }
body {
    min-height: 100%;
    padding: 0;
}

#UIContent {
    position: absolute;
    top: 100%;
}

#UIPhotos {
    display: none;
}