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: #ffcc00;
}


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


#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 #000000;
    width:300px;
    height:250px;
    z-index: 305;
    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) */    

}



.bg{
    background-image: url("../img/bg.jpg");
    z-index: 0;
    width: 450px;
    height: 450px;
    top: -136px;
    left: -75px;
}


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

.nine{
    background-image: url("../img/9.png");
    z-index: 6;
}

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

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

#clockholder{
    width: 82px;
    height: 82px;
    top: 50px;
    left: 125px;
    z-index: 12;
    background-image: url(../img/clock.png);
}

#clockFace{
    width: 48px;
    height: 47px;
    top: 25px;
    left: 15px;
    z-index: 13;
}

.seconds{
    background-image: url("../img/seconds.png");
    z-index: 12;
    width: 48px;
    height: 47px;
}

.bigHand{
    background-image: url("../img/bigHand.png");
    z-index: 10;
    width: 48px;
    height: 47px;

}

.littleHand{
    background-image: url("../img/littleHand.png");
    z-index: 11;
    width: 48px;
    height: 47px;

}



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

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

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


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




#canvasOne {
    position: absolute;
    background-repeat: no-repeat;
    box-sizing: border-box;
    left: -250px;
    top: -280px;
    height: 800px;
    width: 800px;
    opacity: 0.8;
    mix-blend-mode:screen;
    z-index: 3;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
 
        #canvasOne{
            position: absolute;
              display: none;
        }
 
}

@supports (-ms-ime-align: auto) {
        #canvasOne{
            position: absolute;
              display: none;
        }
 
}


