﻿.display_none {
    display: none;
}

body {
    margin: 0;
    padding: 0;
    height: 100%;
}

.wrapper {
    min-height: 100%;
    position: relative;
}

.container {
    padding-bottom: 40px; /*Height of the footer*/
}


.legalfooter {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 25px; /* Height of the footer */
    background-color: #efefef;
}

    .legalfooter > p {
        color: black;
        text-align: center;
        line-height: 25px;
        overflow: hidden;
        height: 25px;
        font-size: 11px;
    }

        .legalfooter > p > a {
            color: #000;
            font-weight: normal;
        }

.footer div.links {
    z-index: 1;
}

#photos {
    z-index: 2;
}
