body {margin: 0; padding: 0; background-image: url('bg.jpg'); }
#imSite {width: 992px; margin: 15px auto; text-align: left; }
#imHeader {
	height: 148px;
	background-image: url('top.jpg');
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
}
#imBody {
	background-image: url('content.jpg');
	background-repeat: repeat-y;
	background-position: left top;
	text-align: center;
}
#imMenuMain {height: 38px; padding: 1px 1px 0 50px; background-image: url('menu.jpg'); background-repeat: no-repeat; background-position: left top; }
#imContent {clear: left; padding: 8px 15px 0 0; margin-left: 12px}
#imFooter {clear: both; height: 61px; background-image: url('bottom.jpg'); background-repeat: no-repeat; background-position: left top; }
