


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


.contain{
    background-size: contain;
}

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


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

.headerLogo{
    background-image: url("../img/headerLogo.png");
    z-index: 12;
}   
    
.terms{
    background-image: url("../img/terms.png");
    z-index: 12;
}   
    
.two{
    background-image: url("../img/two.png");
    z-index: 13;
}   

.u{
    background-image: url("../img/u.png");
    z-index: 13;
}   
    
.p{
    background-image: url("../img/p.png");
    z-index: 14;
}   
    
.earlyPayout{
    background-image: url("../img/earlyPayout.png");
    z-index: 15;
}   
    
.blackBox{
    top: 45px;
    left: 30px;
    width: 241px;
    height: 168px;
    background: #111111 0% 0% no-repeat padding-box;
    border-radius: 15px;
    z-index: 10;
}
 
    
.copy1{
    background-image: url("../img/copy1.png");
    z-index: 15;
}   
    
.copy2{
    background-image: url("../img/copy2.png");
    z-index: 15;
}   
    
.copy3{
    background-image: url("../img/copy3.png");
    z-index: 15;
}   
    
.copy4{
    background-image: url("../img/copy4.png");
    z-index: 15;
}   
    
.copy5{
    background-image: url("../img/copy5.png");
    z-index: 15;
}   

    
.copy5a{
    background-image: url("../img/copy5a.png");
    z-index: 15;
}   
    
.endFrame{
    background-image: url("../img/endFrame.png");
    z-index: 20;
}   
    
.fullTerms{
    background-image: url("../img/fullTerms.png");
    z-index: 22;
}   
    




