html body { 
	width: 100%; height: 100%;
	padding:0;
	border:0; 
	margin: 0px; 
	background-color: #333333;
	overflow: hidden;
}

.WebGLDIV {
	padding: 0; 
	margin: 0;
	overflow: hidden;
	width: 100%; height: 100%;
	box-sizing: border-box;

}

.ErrorDIV {
	color: #BBB;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size: 20px;
	font-weight:normal;
	text-align: center;
	font-weight: bold;
	text-shadow: 0px 2px 14px #000;

	display: block;
	box-sizing: border-box;
	position: fixed;
	top: 10%;
	left: 10%;
    height: 80%;
    width: 80%;
    margin: 0;
	padding: 20px;
	padding-top:50px;
	z-index: 1005;
	-moz-border-radius: 15px; 
	border-radius: 15px;		
	overflow:hidden;   
 
    background: #4d4d4d;
    box-shadow: 0 0 0 1000px rgba(0,0,0,0.25); 
    background-image:url(pics/error.png); 
	background-position:center center;
	background-repeat: no-repeat;
}

#canvas-wrapper {
    overflow: hidden;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    position: absolute;
}