@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
}
#header {
	background-color: #093;
	height: 150px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#content {
	background-color: #CCC;
	height: 230px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}

#footer {
	background-color: #3C3;
	height: 100px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
