@charset "utf-8";
body {
	margin: 0px;
	background-color: #ffae73;
}
#main_container {
	background-color: #ffae73;
	position: relative;
	height: auto;
	width: auto;
}
#container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: 600px;
}
