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


#container{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 300px;
    height: 250px;
    z-index: 0;
}




.canvas_size {
    position: absolute;
    background-repeat: no-repeat;

}


.dot{
    position:absolute;
    width:15px;
    height:15px;
    background: url(../img/petal.png) no-repeat;
    background-size: contain;
}

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

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

.header{
    background-image: url("../img/header.png");
    width: 300px;
    height: 250px;
    top: 0px;
    right: 0px;
    z-index: 2;

}


.intro{
    background-image: url("../img/intro.png");
    width: 300px;
    height: 250px;
    top: 0px;
    right: 0px;
    z-index: 1;    
}    

.title{
    background-image: url("../img/title.png");
    width: 300px;
    height: 250px;
    top: 0px;
    right: 0px;
    z-index: 1;
}    


.director{
    background-image: url("../img/director.png");
    width: 300px;
    height: 250px;
    top: 0px;
    right: 0px;
    z-index: 1;
}


.conductor{
    background-image: url("../img/conductor.png");
    width: 300px;
    height: 250px;
    top: 0px;
    right: 0px;
    z-index: 1;
}

.writer{
    background-image: url("../img/writer.png");
    width: 300px;
    height: 250px;
    top: 3px;
    right: 0px;
    z-index: 1;
}

.dates{
    background-image: url("../img/dates.png");
    width: 300px;
    height: 250px;
    top: 0px;
    right: 0px;
    z-index: 1;
}

.prices{
    background-image: url("../img/prices.png");
    width: 300px;
    height: 250px;
    top: 0px;
    right: 0px;
    z-index: 2;
}

.btn{
    background-image: url("../img/btn.png");
    width: 300px;
    height: 250px;
    top: 0px;
    right: 0px;
    z-index: 2;
}

.btn_over{
    background-image: url("../img/btn_over.png");
    width: 300px;
    height: 250px;
    top: 0px;
    right: 0px;
    z-index: 1;
}  

.grad{
    background-image: url("../img/grad.png");
    width: 300px;
    height: 133px;
    bottom: 0px;
    right: 0px;
    z-index: 0;
}

.noise{
    background-image: url("../img/noise.png");
    width: 300px;
    height: 250px;
    top: 0px;
    right: 0px;
    z-index: 0;
}

.lady{
    background-image: url("../img/lady.png");
    width: 300px;
    height: 250px;
    top: 0px;
    right: 0px;
    z-index: -1;
}

.ladyStatic{
    background-image: url("../img/bgStatic.png");
    width: 300px;
    height: 250px;
    top: 0px;
    right: 0px;
    z-index: -1;
}

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






