body {
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	background-repeat: repeat-x;
	background-position: center top;
	border: none;
}
#imSite {
	width: 900px;
	margin: 15px auto;
	text-align: left;
	border: none;
}
#imHeader {
	height: 143px;
	background-image: url('top.png');
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 900px;
}
#imBody {}
#imMenuMain {
	height: 35px;
	padding: 1px 0px 0 0px;
	background-repeat: no-repeat;
	background-position: center top;
}
#imContent {clear: left; padding: 20px 20px 0 20px; }
#imFooter {clear: both; height: 37px; }
#imFooter_L {margin: 5px 0 0 7px; float: left; }
#imFooter_R {margin: 5px 7px 0 0; float: right; }
