body {margin: 0; padding: 0; background-color: #000000; }
#imSite {width: 988px; margin: 15px auto; text-align: left; }
#imHeader {
	height: 300px;
	background-image: url('top.jpg');
	background-repeat: no-repeat;
}
#imBody {
	color: #666;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
}
#imMenuMain {height: 30px; padding: 1px 1px 0 17px; background-image: url('menu.png'); background-repeat: no-repeat; background-position: right center; }
#imContent {clear: left; padding: 15px 7px 0 7px; }
#imFooter {
	clear: both;
	height: 60px;
	background-image: url('bottom.png');
	background-repeat: no-repeat;
	background-position: center center;
	text-align: right;
}
