html { position: relative; margin: 0; padding: 0; background-image: url('bg.png'); background-position: left top; background-repeat: repeat; background-attachment: scroll; background-color: transparent; }
body { margin: 0; padding: 0; text-align: left; }
#imPage { margin: 0px auto 0px auto; width: 900px; position: relative; }
#imHeaderBg { position: absolute; left: 0; top: 0; height: 160px; width: 100%; background-color: transparent; }
#imHeader { margin-bottom: 60px; height: 160px; background-color: transparent; background-image: url('top.png'); background-position: top left; background-repeat: no-repeat; }
#imMnMn { position: absolute; top: 160px; left: 0; height: 25px; width: 885px; padding: 30px 5px 5px 10px; background-color: transparent; }
#imMnMn > ul { text-align: center; }
#imMnMnGraphics { display: none; }
#imMnMn li { display: inline; }
#imContent { min-height: 250px; position: relative; width: 850px; padding: 10px 10px 10px 40px; }
#imContentGraphics { min-height: 250px; position: absolute; top: 220px; bottom: 20px; left: 0; width: 900px; background-color: #FFFFFF; }
#imFooterBg { position: absolute; left: 0; bottom: 0; height: 256px; width: 100%; background-color: transparent; }
#imFooter { position: relative; margin: 0 auto; height: 20px; width: 900px; background-color: #C0C79C; }
#imFooterResponsiveContent { display: none; }
@media (max-width: 899px) {
	html { background-image: url('responsive-bg.png'); background-position: left top; background-repeat: repeat; background-attachment: scroll; background-color: transparent; }
	#imPage { padding-top: 0; margin: 0px auto 0px auto; }
	#imHeaderBg { height: 160px; background-image: none; background-color: transparent; }
	#imHeader { margin-bottom: 80px; height: 60px; background-image: url('responsive-top.jpg'); background-position: center center; background-repeat: no-repeat; background-attachment: scroll; background-color: transparent; }
	#imMnMn { position: absolute; top: 60px; left: 0; height: 35px; padding: 40px 5px 5px 10px; background-image: none; background-color: transparent; }
	#imMnMn > ul { text-align: center; }
	#imMnMnGraphics { display: none; }
	#imMnMn li { display: inline; }
	#imContent { min-height: 256px; padding: 5px 5px 5px 5px; }
	#imContentGraphics { min-height: 256px; top: 140px; bottom: 35px; left: 0; background-image: none; background-color: transparent; }
	#imFooterBg { height: 256px; width: 100%; background-image: none; background-color: transparent; }
	#imFooter { min-height: 35px; height: auto; background-image: none; background-color: #C0C79C; }
	#imFooterResponsiveContent { display: inline-block; margin-top: 5px; margin-bottom: 10px; margin-left: 15px; margin-right: 15px; font: normal normal normal 9pt Tahoma; color: #FFFFFF; background-color: transparent; text-align: left; text-decoration: none; }
	#imHeaderFlashBackground, #imFooterFlashBackground, .imTemplateContent, #imFooPad, #imBtMn, #imPgMn { display: none; }
}

@media  (max-width: 899px) and (min-width: 720px) {
	#imPage, #imContentGraphics, #imFooter { width: 720px; }
	#imMnMn { width: 705px; }
	#imContent { width: 710px; }
}

@media  (max-width: 719px) and (min-width: 480px) {
	#imPage, #imContentGraphics, #imFooter { width: 480px; }
	#imMnMn { width: 465px; }
	#imContent { width: 470px; }
}

@media  (max-width: 479px) {
	#imPage, #imMnMn, #imContent, #imContentGraphics, #imFooter { box-sizing: border-box; width: 100%; }
	#imMnMn { height: 80px; }
}
