html {
	margin: 0px; padding: 0px; position: relative; background-color: rgb(224, 224, 224);
}
body {
	margin: 0px; padding: 0px; text-align: left;
}
#imPage {
	margin: 10px auto; width: 1080px; position: relative;
}
#imHeaderBg {
	left: 0px; top: 0px; width: 100%; height: 165px; position: absolute; background-color: transparent;
}
#imHeader {
	background-position: left top; height: 120px; margin-bottom: 30px; background-image: url("top.png"); background-repeat: no-repeat; background-color: rgb(255, 255, 255);
}
#imMnMn {
	padding: 0px; left: 0px; top: 120px; width: 1080px; height: 30px; position: absolute; background-color: rgb(255, 255, 255);
}
#imMnMn > ul {
	text-align: center;
}
#imMnMn li {
	display: inline;
}
#imContent {
	padding: 5px 10px; width: 1060px; position: relative; min-height: 380px;
}
#imContentGraphics {
	left: 0px; top: 150px; width: 1080px; bottom: 80px; position: absolute; min-height: 380px; background-color: rgb(255, 255, 255);
}
#imFooterBg {
	left: 0px; width: 100%; height: 70px; bottom: 0px; position: absolute; background-color: transparent;
}
#imFooter {
	background-position: left top; margin: 0px auto; width: 1080px; height: 80px; position: relative; background-image: url("bottom.png"); background-repeat: no-repeat; background-color: rgb(255, 255, 255);
}
