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


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


#container {
    position: absolute;
    left: 25px;
    top: 0px;
    width:300px;
    z-index: 6;

}


#container2 {
    position: absolute;
    left:50px;
    top: 0px;
    width:300px;
    z-index: 6;

}

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;

}


.c{
    background-image: url("img/c.png");
    width: 39px;
    height: 56px;
    top: 158px;
    left: 25px;
    z-index: 10;

}

.a{
    background-image: url("img/a.png");
    width: 34px;
    height: 50px;
    top: 156px;
    left: 62px;
    z-index: 10;
}

.r{
    background-image: url("img/r.png");
    width: 32px;
    height: 51px;
    top: 158px;
    left: 93px;
    z-index: 10;
}

.o{
    background-image: url("img/o.png");
    width: 32px;
    height: 50px;
    top: 156px;
    left: 123px;
    z-index: 10;
}

.u{
    background-image: url("img/u.png");
    width: 32px;
    height: 53px;
    top: 158px;
    left: 152px;
    z-index: 10;
}

.s{
    background-image: url("img/s.png");
    width: 33px;
    height: 49px;
    top: 156px;
    left: 181px;
    z-index: 10;
}

.e{
    background-image: url("img/e.png");
    width: 32px;
    height: 51px;
    top: 158px;
    left: 211px;
    z-index: 10;
}

.l{
    background-image: url("img/l.png");
    width: 31px;
    height: 51px;
    top: 156px;
    left: 240px;
    z-index: 10;
}

.classic{
    background-image: url("img/classic.png");
    width: 227px;
    height: 19px;
    top: 212px;
    left: 36px;
    z-index: 10;
}

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

.dates{
    background-image: url("img/dates.png");
    width: 126px;
    height: 29px;
    bottom: 10px;
    left: 14px;
    z-index: 10;
}

.producers{
    background-image: url("img/producers.png");
    width: 226px;
    height: 20px;
    top: 138px;
    left: 37px;
    z-index: 2;
}

.btn{
    background-image: url("img/btn.png");
    width: 128px;
    height: 31px;
    bottom: 7px;
    right:  14px;
    z-index: 10;
}

.song1{
    background-image: url("img/song1.png");
    width: 270px;
    height: 23px;
    top: 228px;
    left: 15px;
    z-index:10;
}

.song2{
    background-image: url("img/song2.png");
    width: 151px;
    height: 23px;
    top: 228px;
    left: 74.5px;
    z-index: 10;
}

.song3{
    background-image: url("img/song3.png");
    width: 143px;
    height: 23px;
    top: 228px;
    left: 78.5px;
    z-index: 10;    
}

.song4{
    background-image: url("img/song4.png");
    width: 280px;
    height: 22px;
    top: 228px;
    left: 10px;
    z-index: 10;
}

.gradHide{
    background-image: url("img/gradHide.png");
    width: 300px;
    height: 100px;
    bottom: 0px;
    left: 0px;
    z-index: 5;
}

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

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




.bg{
    width: 300px;
    height: 250px;
    top: 0px;
    left: 0px;
    background-color: #000000;
    z-index: -3;

}


.dot{
  width:10px;
  height:10px;
  position:absolute;
  background-image: url("img/bubble.png");
  z-index:1;
/*  background-color:#FFFFFF;*/
  border-radius: 40px;
  -webkit-box-shadow: 0px 0px 7px 2px rgba(255,255,255,0.3);   
  -moz-box-shadow: 0px 0px 7px 2px rgba(255,255,255,0.3);
   box-shadow: 0px 0px 7px 2px rgba(255,255,255,0.3);
}