body {margin: 0; padding: 0; background-color: #1D1E22; }
#imSite {
	width: 800px;
	margin: 15px auto;
	text-align: center;
}
#imHeader {height: 120px; background-image: url('top.jpg'); background-repeat: no-repeat; }
#imBody {background-color: #1D1E22; }
#imMenuMain {height: 40px; padding: 1px 7px 0 7px; background-color: #FF8000; }
#imContent {clear: left; padding: 1px 7px 0 7px; }
#imFooter {clear: both; height: 70px; background-color: #C0C0C0; background-image: url('bottom.jpg'); background-repeat: repeat; background-position: left top; }
#imFooter_L {margin: 5px 0 0 7px; float: left; }
#imFooter_R {margin: 5px 7px 0 0; float: right; }

