@charset "UTF-8";

body {
	-webkit-text-size-adjust: 100%;
	background-color: #000000;
	padding: 0;
	margin: 0;
	overflow-x: hidden;
}

/* ========== main canvas ========== */

#top_view {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: -1;
}