html { position: relative; margin: 0; padding: 0; background-image: url('bg.jpg'); background-position: center top; background-repeat: no-repeat; background-attachment: scroll; background-color: transparent; }
body { margin: 0; padding: 0; text-align: left; }
#imPage { padding-top: 0px; margin: 0px auto 10px auto; width: 1000px; position: relative; }
#imHeaderBg { position: absolute; left: 0; top: 0; height: 165px; width: 100%; background-color: transparent; }
#imHeader { height: 275px; background-color: transparent; background-image: url('top.png'); background-position: top left; background-repeat: no-repeat; }
#imMnMn { position: absolute; top: 0; left: 0; height: -1px; width: 981px; padding: 1px 19px 0px 0px; background-color: transparent; }
#imMnMn > ul { text-align: right; }
#imMnMnGraphics { display: none; }
#imMnMn li { display: inline; }
#imContent { min-height: 380px; position: relative; width: 970px; padding: 0px 15px 5px 15px; }
#imContentGraphics { min-height: 380px; position: absolute; top: 275px; bottom: 37px; left: 0; width: 1000px; background-color: #FFFFFF; }
#imFooterBg { position: absolute; left: 0; bottom: 0; height: 47px; width: 100%; background-image: url('bottombg.jpg'); background-position: center bottom; background-repeat: no-repeat; background-attachment: scroll; background-color: transparent; }
#imFooter { position: relative; margin: 0 auto; height: 37px; width: 1000px; background-color: transparent; }
#imFooterResponsiveContent { display: none; }
@media (max-width: 999px) {
	html { background-image: url('responsive-bg.png'); background-position: center top; background-repeat: no-repeat; background-attachment: scroll; background-color: transparent; }
	#imPage { padding-top: 0; margin: 0px auto 10px auto; }
	#imHeaderBg { height: 40px; background-image: none; background-color: transparent; }
	#imHeader { margin-bottom: 30px; height: 40px; background-image: none; background-color: transparent; }
	#imMnMn { position: absolute; top: 40px; left: 0; height: 30px; padding: 0px 0px 0px 0px; background-image: none; background-color: transparent; }
	#imMnMn > ul { text-align: left; }
	#imMnMnGraphics { display: none; }
	#imMnMn li { display: inline; }
	#imContent { min-height: 380px; padding: 0px 15px 5px 15px; }
	#imContentGraphics { min-height: 380px; top: 70px; bottom: 48px; left: 0; background-image: none; background-color: #FFFFFF; }
	#imFooterBg { height: 47px; width: 100%; background-image: url('responsive-bottombg.jpg'); background-position: center bottom; background-repeat: no-repeat; background-attachment: scroll; background-color: transparent; }
	#imFooter { min-height: 48px; height: auto; background-image: none; background-color: transparent; }
	#imFooterResponsiveContent { display: inline-block; margin-top: 15px; margin-bottom: 15px; margin-left: 15px; margin-right: 15px; font: italic normal bold 9pt Tahoma; color: #4E5B78; background-color: transparent; text-align: left; text-decoration: none; }
	#imHeaderFlashBackground, #imFooterFlashBackground, .imTemplateContent, #imFooPad, #imBtMn, #imPgMn { display: none; }
}

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

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

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