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

#content_dc {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
    background:#9b9ea2;
	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: 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:#9b9ea2;
}

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

#fader {
    position: absolute;
	top:0px;
	left:0px;
	z-index:600;
    width:100%;
    height:100%;
    background:#9b9ea2;
}

#bg {
    position: absolute;
	top:0px;
	left:0px;
	z-index:0;
    width:970px;
    height:250px;
}

#asop {
    position: absolute;
	top:0px;
	left:0px;
	z-index:5;
    width:970px;
    height:250px;
}

#showlogo {
    position: absolute;
	top:0px;
	left:0px;
	z-index:5;
    width:970px;
    height:250px;
}

#steam1, #steam1a, #steam2, #steam2a, #steam3, #steam4, #steam5 {
    position: absolute;
	top:0px;
	left:0px;
	z-index:2;
    width:300px;
    height:282px;
}
