body, #home {
    min-width: 1086px;
    min-height: 568px;
    height: 100%;
}

#contact {
    min-height: 500px;
    min-width: 1086px;
}

.links_holder {
    width: 100%;
}
.links {
    max-width: 100%;
}

.director {
    min-height: 500px;
    min-width: 1086px;
}
.gallery_holder {
    width: 1008px;
}

.video_superholder {
    width: 1006px;
}

.black_header {
    position: fixed;
    top: 0;
    height: 100px;
    width: 100%;
    background-color: #000;
    z-index: -3;
    opacity: 0;
    display: none;
}
.black_footer {
    position: fixed;
    bottom: 0;
    height: 100px;
    width: 100%;
    background-color: #000;
    z-index: -4;
    opacity: 0;
    display: none;
}