/* !Doctype CSS */


/* General styling */

body {
    margin: 0px;
    padding: 0px;
}

img {
    border: 0px;
}

#background_exit_dc {
    position: absolute;
    width: 728px;
    height: 90px;
    top: 0px;
    left: 0px;
    cursor: pointer;
    z-index: 9999;
}

#outer_wrapper {
    border: 1px solid #000;
    position: absolute;
    width: 726px;
    height: 88px;
    overflow: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
}


#guide{
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0.8;
    z-index: 2;
}

.bg, #copy_holder, .copy, .cover{
    position: absolute;
    top: 0px;
    left: 0px;
}

/* styling bg */


#bg_holder{
    width: 728px;
    height: 90px;
}

#dark_bg{
    width: 758px;
    height: 90px;
    background-color: rgb(0, 0, 0);
    z-index: 1;
}

#main_bg{
    transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
}

#lights_holder{
    width: 130px;
    height: 229px;
    top: -97px;
    left: 918px;
    
    
}

#bb8{
    z-index: 2;  
}


#cover_1{
    width: 13px;
    height: 13px;
    background-color: rgb(16, 16, 16);
    top: 118px;
    left: 55px;
    border-radius: 50px;
}

#cover_2{
    width: 10px;
    height: 3px;
    background-color: rgba(16, 16, 16, 0);
    top: 161px;
    left: 37px;
    border-radius: 16px;
    transform: rotateZ(-14deg);
    -webkit-transform: rotateZ(-14deg);
    -moz-transform: rotateZ(-14deg);
}



/* styling copy */
#copy_holder{
    /*display: none;*/
}

.copy{
    opacity: 0;
    z-index: 3;
}


#legals{
    top: 80px;
    left: 16px; 
}

#copy_1{
    top: 27px;
    left: 16px;
}

#copy_2{
    top: 27px;
    left: 16px;
}

#copy_3{
    top: 27px;
    left: 16px;
}

#copy_4{
    top: 27px;
    left: 16px;
}

#logo{
    top: 10px;
    left: 540px;
}


