html, body {	
	text-align: center;
	margin: 0;
	padding: 0;
	border: 0;
	background: #fff;
	width: 100%;
	height: 100%;
	max-width: 100%;
	overflow-x: hidden;
	position: relative;
}
* {
	font-size: 14px;
	font-family: Arial;
}
#hgamecont {
	z-index: 1;
}
#fsbe1 {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999999;
}
