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


#ad {
    position: absolute;
    width: 300px;
    height: 250px;
    top: 0px;
    left: 0px;
    margin: auto;
    background-color: #FFFFFF;
}


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


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

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

}



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

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

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

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

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


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

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


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


.nest{
    background-image: url(../img/nest.png);
    z-index: 5;
    top: 45px;
    left: 43px;
    width: 215px;
    height: 250px;
}

.blackWingLeft{
    background-image: url(../img/blackWingLeft.png);
    z-index: 5;
    top: 8px;
    left: 55px;
    width: 79px;
    height: 140px;

}

.blackWingRight{
    background-image: url(../img/blackWingRight.png);
    z-index: 5;
    top: 2px;
    left: 165px;
    width: 85px;
    height: 134px;
}

.blackWingLeft2{
    background-image: url(../img/blackWingLeft2.png);
    z-index: 5;
    top: 139px;
    left: 5px;
    width: 109px;
    height: 194px;    
}

.blackWingRight2{
    background-image: url(../img/blackWingRight2.png);
    z-index: 5;
    top: 131px;
    left: 175px;
    width: 118px;
    height: 185px;
}


.bg{
    background-image: url(../img/bg.jpg);
    z-index: -1;
}



