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

#ad {
    position: absolute;
    width: 970px;
    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;
    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:970px;
    height:250px;
    z-index: 300;
    box-sizing: border-box;
}


.canvas_size {
    position: absolute;
    background-repeat: no-repeat;
    width: 970px;
    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) */    

}

.video-container {
    width: 970px;
    height: 250px;
    left:  0px;
    z-index: 11;
}



.bg{
        background-image: url("../img/final.jpg");
        width: 970px;
        height: 250px;
        z-index: 20;
}



.btn{
        background-image: url("../img/btn.png");
        background-size: contain;
        width: 970px;
        height: 250px;
        z-index: 30;
}



.logo{
        background-image: url("../img/logo.png");
        background-size: contain;
        width: 970px;
        height: 250px;
        z-index: 25;
}

