@charset "UTF-8";
/* CSS Document */

/* Div layer for the entire banner. */

@font-face {
    font-family: 'AkzidenzGroteskBE-XBdCnIt';
    src: url('fonts/AkzidenzGroteskBE-XBdCnIt.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* IE */

@import url('https://fonts.googleapis.com/css?family=Barlow+Semi+Condensed:900i');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:800i');

#container_dc {
    position: absolute;
    width: 300px;
    height: 600px;
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    left: -30px;
    top: -60px;
    margin: auto;
}

#content_dc {
    position: absolute;
    width: 298px;
    height: 598px;
    top: 0px;
    left: 0px;
    border: 1px solid #888888;
    background-color: #000000;
    z-index: 100;
    overflow: hidden;
    /*	background-image: url('background_300x250.png');*/
}

#myLogoDc {
    width: 149px;
    height: 36px;
    position: absolute;
    top: 4px;
    left: 4px;
}

#fish {
    z-index: 100;
    opacity: 1
}

/* Invisible button for background clickthrough. */

#background_exit_dc {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    cursor: pointer;
    opacity: 0;
    z-index: 400;
}

#loader {
    position: absolute;
    left: 0;
    top: 0;
    width: 300px;
    height: 600px;
    z-index: 99;
    background: #ffffff url("imgs/preloader.gif") center center no-repeat;
}

.images {
    position: absolute;
    left: 0;
    top: 0;
    width: 300px;
    height: 600px;
    z-index: 3;
}


#terms_hover {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
    height: 30px;
    width: 100px;
    z-index: 99;
}

#outer_wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    cursor: pointer;
    z-index: 400;

}

#bg7 {
    z-index: 1000;
}

#guide {
    position: absolute;
    width: 300px;
    height: 600px;
    z-index: 10000;
    opacity: 0.4;
}
