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: #000000;
    border-radius: 10px;

}


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

}


#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 #ffff1b;
    width:298px;
    height:248px;
    z-index: 300;
    border-radius: 10px;

}

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



.stars{
    background-image: url("img/stars.png");
    width: 114px;
    height: 27px;
    left: 94px;
    top: 81px;
    z-index: 0;

}


.quote{
    background-image: url("img/quote.png");
    width: 245px;
    height: 57px;
    left: 27px;
    top: 115px;
    z-index: 0;

}

.paper{
    background-image: url("img/paper.png");
    width: 70px;
    height: 12px;
    left: 115px;
    top: 177px;
    z-index: 0;

}

.intro{
    background-image: url("img/intro.png");
    width: 244px;
    height: 43px;
    left: 50px;
    top: 101px;
    z-index: 0;
}
                
.logoBar{
    background-image: url("img/logoBar.png");
    width: 300px;
    height: 56px;
    left: 0px;
    top: 0px;
    z-index: 0;
}

.director{
    background-image: url("img/director.png");
    width: 96px;
    height: 41px;
    left: 188px;
    top: 155px;
    z-index: 5;
}

.the{
    background-image: url("img/the.png");
    width: 28px;
    height: 12px;
    left: 224px;
    top: 68px;
    z-index: 5;
} 

.mad{
    background-image: url("img/mad.png");
    width: 66px;
    height: 20px;
    left: 208px;
    top: 79px;
    z-index: 5;
}

.hatters{
    background-image: url("img/hatters.png");
    width: 111px;
    height: 19px;
    left: 181px;
    top: 100px;
    z-index: 5;
}

.tea{
    background-image: url("img/tea.png");
    width: 114px;
    height: 18px;
    left: 180px;
    top: 122px;
    z-index: 5;
}



.dates{
    background-image: url("img/dates.png");
    width: 158px;
    height: 11px;
    left: 16px;
    top: 228px;
    z-index: 0;
}

.prices{
    background-image: url("img/prices.png");
    width: 98px;
    height: 11px;
    left: 41px;
    top: 228px;
    z-index: 0;
}


.fee{
    background-image: url("img/fee.png");
    width: 97px;
    height: 10px;
    left: 41px;
    top: 228px;
    z-index: 0;
}


.btn{
    background-image: url("img/btn.png");
    width: 87px;
    height: 20px;
    left: 195px;
    top: 223px;
    z-index: 5;    
}
               
.alice{
    background-image: url("img/alice.png");
    width: 42px;
    height: 79px;
    left: 47px;
    top: 87px;
    z-index: 0;
}

.shrink{
    background-image: url("img/shrink.png");
    width:48px;
    height: 72px;
    left:0px;
    top:113px;
    z-index: 6;

}

.cat{
    background-image: url("img/cat.png");
    width: 44px;
    height: 72px;
    left: 116px;
    top: 96px;
    z-index: 1;
}

.queen{
    background-image: url("img/queen.png");
    width: 67px;
    height: 86px;
    left: 139px;
    top: 112px;
    z-index: 2;
}

.tweedle1{
    background-image: url("img/tweedle2.png");
    width: 35px;
    height: 36px;
    left: 67px;
    top: 142.5px;
    z-index: 3;
}

.tweedle2{
    background-image: url("img/tweedle1.png");
    width: 37px;
    height: 36px;
    left: 102px;
    top: 142.5px;
    z-index: 3;
}

.rabbit{
    background-image: url("img/rabbit.png");
    width: 22px;
    height: 60px;
    left: 92px;
    top: 35.5px;
    z-index: 0;
}

.hatter{
    background-image: url("img/hatter.png");
    width: 209px;
    height: 167px;
    left: 0px;
    top: 53px;
    z-index: 0;
}

.background{
    background-image: url("img/background.jpg");
    width: 300px;
    height: 250px;
    left: 0px;
    top: 0px;
    z-index: -5;
}
