body {margin: 0; padding: 0; background-image: url('bg.png'); background-repeat: repeat-y; background-position: center center; }
#imSite {
	width: 980px;
	margin: 15px auto;
	text-align: center;
}
#imHeader {height: 200px; background-color: #FF8000; background-image: url('top.jpg'); background-repeat: no-repeat; }
#imBody {background-color: #FFFFFF; }
#imMenuMain {
	height: 20px;
	padding: 1px 1px 0 40px;
	background-color: #FF9900;
}
#imContent {clear: left; padding: 15px 30px 0 20px; }
#imFooter {
	clear: both;
	height: 15px;
	background-color: #F0F0F0;
}

