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;
    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 #d7ad48;
    width:300px;
    height:250px;
    z-index: 300;
    box-sizing: border-box;
}

#clip1{
    position: absolute; 
    width:300px; 
    height:250px;
    top: 0px; 
    left: 0px;
    clip:rect(0px 300px 250px 0px);
    z-index: 6;
}

#clip2{
    position: absolute; 
    width:300px; 
    height:250px;
    top: 0px; 
    left: 0px;
    clip:rect(0px 300px 250px 0px);
    z-index: 6;
}

#clip3{
    position: absolute; 
    width:300px; 
    height:250px;
    top: 0px; 
    left: 0px;
    clip:rect(0px 300px 250px 0px);
    z-index: 6;
}

#clip4{
    position: absolute; 
    width:300px; 
    height:250px;
    top: 0px; 
    left: 0px;
    clip:rect(0px 300px 250px 0px);
    z-index: 6;
}

#clip5{
    position: absolute; 
    width:300px; 
    height:250px;
    top: 0px; 
    left: 0px;
    clip:rect(0px 300px 250px 0px);
    z-index: 6;
}

#clip6{
    position: absolute; 
    width:300px; 
    height:250px;
    top: 0px; 
    left: 0px;
    clip:rect(0px 300px 250px 0px);
    z-index: 6;
}

.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) */    
}

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

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

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

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

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

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




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

.btn_over{
    background-image: url("../img/btn_over.png");
    z-index: 1;
    opacity: 0;
}

.orb1{
    position: absolute;
    width: 37px;
    height: 37px;
    top: 145px;
    left: 63px;
    background-image: url("../img/orb.png");
    z-index: 10;    
    background-repeat: no-repeat;

}


.orb4{
    position: absolute;
    width: 37px;
    height: 37px;
    top: 168px;
    left: 181px;
    background-image: url("../img/orb.png");
    z-index: 10; 
    background-repeat: no-repeat;

}