@charset "UTF-8";
/* CSS Document */

/* Default style, feel free to remove if not needed. */
body, body * {
	vertical-align: baseline;
	border: 0;
	outline: 0;
	padding: 0;
	margin: 0;
}

#container_dc {
	position: absolute;
	width: 300px;
	height: 600px;
	border:1px solid #555555;
	top: 0;
	left: 0;
	margin: auto;
}

#content_dc {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
    background:#000;
	z-index: 100;
	overflow: hidden;
}

/* Invisible button for background clickthrough. */
#background_exit_dc {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	cursor: pointer;
	opacity: 0;
	z-index: 600;
}


:focus {outline:none;}
::-moz-focus-inner {border:0;}
::-moz-focus-inner {border:0;}

div {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}


#animationContent {
    position: absolute;
    width:100%;
    height:100%;
    z-index: 550;
	overflow: hidden;
    background:#000;
}

.ac {
    position:absolute;
	visibility: hidden;
	top:-1px;
	left:-1px;
}

#fader {
    position: absolute;
	top:0px;
	left:0px;
	z-index:600;
    width:100%;
    height:100%;
    background:#000;
}


#cta {
    position: absolute;
	top:533px;
	left:73px;
	z-index:10000;
    width:154px;
    height:32px;
}

#text1, #text2, #text3 {
	position: absolute;
    width:300px;
    height:600px;
    left:0;
    top: 0;
	z-index:6;
	overflow: hidden;
}

#rbllogo, #ddaylogo, #poppyfront, #poppyback {
	position: absolute;
    width:300px;
    height:600px;
    left:0;
    top: 0;
	z-index:3;
}

#poppyback {
	z-index:2;
}

#poppyfront {
	z-index:30;
}

#bg {
	position: absolute;
	top: 0;
    left: 0;
    width:647px;
    height:600px;
	z-index:1;
}

