html, body{
  overflow:hidden;
  height:100%;
} 

#loading-mask{
	top:0px;left:0px;
	width:100%;
	height:100%;
	background:#333;
	position:absolute;
	z-index:20000;
}

