html {
	width: 100%;
	height: 100%;
}

body {
	background-color: #000000;
	width: 100%;
	height: 100%;
	margin: 0;
}


/*@media (orientation: landscape) {
	#view_cnt {
		width: 25%;
		margin: auto;
	}

	#viewp {
		width: 100%;
	}
}

@media (orientation: portrait) {
	#view_cnt {
		width: 90%;
		margin: auto;
	}

	#viewp {
		width: 100%;
	}
}*/
	
#viewp {
	image-rendering: pixelated;
	text-rendering: pixelated;
}

.preload {
	display: none;
}
