@charset "utf-8";
/* CSS Document */


#content {
	float: left;
	height: 1000px;
	width: 1000px;
	margin-top: 0px;
	background-color: #efd6c1;
}
#container {
	border: 0px #000000;
	width: 1000px;
	text-align:center;
	height: 2000px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#body {
	background-color: #e9e4de;
	margin:0 auto;
	padding:0;
	text-align:center;
	}
	

