@charset "utf-8";
/* CSS Document */

#body {
	position: absolute;
	margin: 0px;
	font: Arial;
	font-family: Arial;
}

#henu {
	position: absolute;
	width: 1048px;
	height: 183px;
	top: 0px;
	left: 0px;
}

#body {
	position: absolute;
	left: 218px;
	width: 820px;
	top: 183px;
	margin-bottom: 10px;
	min-height: 400px;
	height: auto;
	background-color: #EEE;
	padding-left: 10px;
}

#footer {
	position: absolute;
	left: -218px;
	width: 1048px;
	bottom: -35px;
	height: 30px;
	text-align: center;
	background-color: #CCC;
}
