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


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


.canvas_size {
    position: absolute;
    background-repeat: no-repeat;
    width: 300px;
    height: 250px;
}


.ROH_Logo_sml{
    position: absolute;
    background-image: url("../img/ROH_Logo.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 65px;
    height: 89px;
    left: 10px;
    top: 10px;
    z-index: 5;
}

.ROH_Logo_lrg{
    position: absolute;
    background-image: url("../img/ROH_Logo.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 100px;
    height: 141px;
    left: 100px;
    top: 55px;
    z-index: 5;
}

.header{
    position: absolute;
    background-image: url("../img/header.png");
    background-repeat: no-repeat;
    width: 300px;
    height: 250px;
    top: 0px;
    left: 0px;
    z-index: 5;

}


.copy1{
    position: absolute;
    background-image: url("../img/copy1.png");
    background-repeat: no-repeat;
    top: 0px;
    left: 0px;
    z-index: 3;

}

.copy2{
    position: absolute;
    background-image: url("../img/copy2.png");
    background-repeat: no-repeat;
    top: 0px;
    left: 0px;
    z-index: 3;

}


.copy3{
    position: absolute;
    background-image: url("../img/copy3.png");
    background-repeat: no-repeat;
    top: 0px;
    left: 0px;
    z-index: 3;

}


.title{
    position: absolute;
    background-image: url("../img/title.png");
    background-repeat: no-repeat;
    top: 0px;
    left: 0px;
    z-index: 3;

}

.music{
    position: absolute;
    background-image: url("../img/music.png");
    background-repeat: no-repeat;
    top: 0px;
    left: 0px;
    z-index: 3;

}

.director{
    position: absolute;
    background-image: url("../img/director.png");
    background-repeat: no-repeat;
    top: 0px;
    left: 0px;
    z-index: 3;

}


.tickets{
    position: absolute;
    background-image: url("../img/tickets.png");
    background-repeat: no-repeat;
    top: 0px;
    left: 0px;
    z-index: 3;

}

.dates{
    position: absolute;
    background-image: url("../img/dates.png");
    background-repeat: no-repeat;
    top: 0px;
    left: 0px;
    z-index: 3;

}

.btn{
    position: absolute;
    background-image: url("../img/btn.png");
    background-repeat: no-repeat;
    top: 0px;
    left: 0px;
    z-index: 5;

}

.btn_over{
    position: absolute;
    background-image: url("../img/btn_over.png");
    background-repeat: no-repeat;
    top: 0px;
    left: 0px;
    z-index: 4;

}


.gradTop{
    position: absolute;
    background-image: url("../img/gradTop.png");
    background-repeat: no-repeat;
    top: 0px;
    left: 0px;
    z-index: 2;

}

.gradBottom{
    position: absolute;
    background-image: url("../img/gradBottom.png");
    background-repeat: no-repeat;
    top: 0px;
    left: 0px;
    z-index: 2;

}

.frontGuys{
    position: absolute;
    background-image: url("../img/frontGuys.png");
    background-repeat: no-repeat;
    top: 0px;
    left: 0px;
    z-index: 0;

}

.lady{
    position: absolute;
    background-image: url("../img/lady.png");
    background-repeat: no-repeat;
    top: 0px;
    left: 0px;
    z-index: -1;

}

.ribbons{
    position: absolute;
    background-image: url("../img/ribbons.png");
    background-repeat: no-repeat;
    top: 0px;
    left: 0px;
    z-index: -2;

}

.bgImg{
    position: absolute;
    background-image: url("../img/bgImg.jpg");
    background-repeat: no-repeat;
    top: 0px;
    left: 0px;
    z-index: -3;

}

.bg{
    position: absolute;
    background-color: #000000;
    top: 0px;
    left: 0px;
    z-index: -4;

}

