@charset "utf-8";
.onloadAnimate{
	width: 100% !important;
	height: 100% !important;
	position: fixed;
	background-color: #1c1e23;
}
.onloadAnimate #animation_container{
	width: 550px;
	height: 400px;
}
.onloadAnimate #animation_container #canvas{
	width: 550px;
	height: 400px;
	position: absolute;
}
.onloadAnimate #animation_container #dom_overlay_container{
	width: 550px;
	height: 400px;
	position: absolute;
	left: 0px;
	top: 0px;
	display: block
}
