body{
	margin:0px;
	background-color:rgba(43, 43, 43, 1.00);
}
#animation_container, #_preload_div_ {
	position: relative;
	margin:auto;
	left:0;right:0;
	top:0;bottom:0;
}
#centertext {
    position: absolute;
    top: 50%;
    width: 100%;
	color:#ffffff;
	line-height:0;
	font-size: 18px;
}
#renderCanvas {
    width: 100%;
    height: 100%;
    touch-action: none;
	position: absolute;
}
#fpsLabel {
    position: absolute;
    right: 220px;
    top: 10px;
    color: #999;
    cursor: default;
}