@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: 298px;
	height: 248px;
	border:1px solid #555555;
	top: 0px;
	left: 0px;
	margin: auto;
    background:#b4d2e9;
}

#content_dc {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	/* background-color: #FFF; */
	z-index: 100;
	overflow: hidden;
}

/* Invisible button for background clickthrough. */
#background_exit_dc {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	cursor: pointer;
	opacity: 0;
	z-index:1600;
}


:focus {outline:none;}
::-moz-focus-inner {border:0;}
::-moz-focus-inner {border:0;}



#animationContent {
    position: absolute;
    width:100%;
    height:100%;
    z-index:10;
	overflow: hidden;
}


.ac {
    position:absolute;
	visibility: hidden;
	top:-1px;
	left:-1px;
}

#fader {
    position: absolute;
	top:0px;
	left:0px;
	z-index:1000;
    width:100%;
    height:100%;
}

#bubble1 {
    position:absolute;
	top:0px;
	left:0px;
	z-index:10;
}

#bubble2, #text1, #text2, #text3a, #text3b, #text3c, #text3d, #logo {
    position:absolute;
	visibility: hidden;
	top:0px;
	left:0px;
	z-index:10;
}

#skyline {
    position:absolute;
	top:-100px;
	left:-100px;
	z-index:8;
}

#cloud1 {
    position:absolute;
	top:-100px;
	left:-100px;
	z-index:9;
}

#cloud2 {
    position:absolute;
	top:-100px;
	left:-100px;
	z-index:7;
}
