html {
	overflow: hidden;
}

html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: black;
}

#app, #app-container {
	width: 100%;
	height: 100%;
	outline: none;
	min-height: 100%;
}

#app-positioner {
	position: relative;
}

#dev-info {
	position: absolute;
	left: 0px;
	top: 0px;
	display: block;
}

#dev-info .frames {
	width: 48px;
	height: 48px;
	background-color: rgba(128, 128, 128, 0.5);
	background-opacity: 0.5;
	font-family: 'sans-serif';
	font-size: 28px;
	font-weight: bold;
	line-height: 48px;
	margin: 0px;
	color: white;
	opacity: 1;
	text-align: center;
}

#dev-info .info {
	padding: 2px;
	background-color: rgba(192, 192, 192, 0.6);
	font-family: 'sans-serif sans Arial';
	white-space: nowrap;
	margin: 2px 0px;
	font-size: 8px;
}

#fonts-preload {
	position: absolute;
	left: -10000px;
}

#scroller {
	display: none;
}
