@charset "utf-8";
#home {
	position: absolute;
	border: none;
	top: 50%;
	left: 50%;
	margin-top: -300px;
	margin-left: -400px;
	padding: 0px;
	width: auto;
	height: auto;
}
#home #land {
	position: relative;
	border: none;
	top: auto;
	left: auto;
	margin: 0px;
	padding: 0px;
	width: 800px;
	height: 600px;
}
#home #land img {
	border: none;
	margin: 0px;
	padding: 0px;
	width: 800px;
	height: 600px;
}
body {
	background-color: #1a1a1a;
}
