body {
}

.bg-container {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    z-index: 0;
}

    .bg-container.active {
        opacity: 1;
    }

.bg-container-1 {
    background-image: url(/images/AccessBackground.jpg);
}

.bg-container-2 {
    background-image: url(/images/AccessBackground1.jpg);
}


.page {
    z-index: 1;
}