body,
body * {
    vertical-align: baseline;
    border: 0;
    outline: 0;
    padding: 0;
    margin: 0;
}

div#wrapper {
    background-color: red; /* cosmetic */
    height: 0px; /* set to taste */

    /* required */
    position: absolute;
    overflow: visible;
    display: block;
    width: 100%;
    left: 0px;
    top: 50%;
}
div#center {
    background-color: #666; /* cosmetic */
    border: 3px solid #FFF; /* cosmetic */

    overflow: auto; /* set to taste */

    position: absolute; /* required */
    left: 50%; /* required */

    margin-left: -150px; /* half of width */
    width: 300px; /* width of div */

    height: 250px; /* height of div */
    top: -125px; /* half of height */
}
#ad {
    position: absolute;
    width: 300px;
    height: 250px;
    top: 0px;
    left: 0px;
    margin: auto;
    background-color: #000000;
}


#content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 100;
    overflow: hidden;
}


#clickthrough-button {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    cursor: pointer;
    opacity: 0;
    z-index: 400;
}


#border{
    position: absolute;
    left: 0px;
    top: 0px;
    border: 1px solid #e30613;
    width:300px;
    height:250px;
    z-index: 300;
    box-sizing: border-box;
}


.canvas_size {
    position: absolute;
    background-repeat: no-repeat;
    width: 300px;
    height: 250px;
}



.pixelation{
    image-rendering: -moz-crisp-edges;         /* Firefox */
    image-rendering:   -o-crisp-edges;         /* Opera */
    image-rendering: -webkit-optimize-contrast;/* Webkit (non-standard naming) */
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;  /* IE (non-standard property) */    

}




.nhmLogo{
    background-image: url("../img/nhmLogo.png");
    z-index: 10;
}

.copy1{
    background-image: url("../img/copy1.png");
    z-index: 7;
}


.copy2{
    background-image: url("../img/copy2.png");
    z-index: 8;
}



.btn{
    background-image: url("../img/btn.png");
    z-index: 10;
}


.imgComp{
    background-image: url("../img/imgComp.png");
    z-index: 2;
}


.whale{
    background-image: url("../img/whale.png");
    z-index: 5;
}

.lights{
    background-image: url("../img/lights.png");
    z-index: 4;
}


.camera{
    background-image: url("../img/camera.png");
    z-index: 3;
}


.poppingCorn1{
    position: absolute;
    width: 34px;
    height: 52px;
    left: 269px;
    top: 91px;
    background-image: url("../img/poppingCorn1.png");
    background-repeat: none;
    z-index: 10;
}

.poppingCorn2{
    position: absolute;
    width: 43px;
    height: 41px;
    left: 243px;
    top: 176px;
    background-image: url("../img/poppingCorn2.png");
    background-repeat: none;
    z-index: 10;
}

.poppingCorn3{
    position: absolute;
    width: 46px;
    height: 43px;
    left: 208px;
    top: 135px;
    background-image: url("../img/poppingCorn3.png");
    background-repeat: none;
    z-index: 10;
}

.poppingCorn4{
    position: absolute;
    width: 15px;
    height: 40px;
    left: 180px;
    top: 99px;
    background-image: url("../img/poppingCorn4.png");
    background-repeat: none;
    z-index: 10;
}

.toutLogo{
    background-image: url("../img/toutLogo.png");
    top:-10px;
    z-index: 2;
}


.filmFront{
    background-image: url("../img/filmFront.png");
    z-index: 10;
}

