@charset "utf-8";
body {
	background-image: url(images/home_image/image/background.jpg);
	height: 600px;
	width: 800px;
	margin: auto;
}
#container {
	height: 600px;
	width: 800px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
