html { position: relative; margin: 0; padding: 0; background-image: url('bg.jpg'); background-position: center center; background-repeat: no-repeat; background-attachment: fixed; background-color: #000000; }
body { margin: 0; padding: 0; text-align: left; }
#imPage { margin: 0px auto 0px auto; width: 979px; position: relative; }
#imHeaderBg { position: absolute; left: 0; top: 0; height: 165px; width: 100%; background-color: transparent; }
#imHeader { margin-bottom: 30px; height: 234px; background-color: transparent; background-image: url('top.png'); background-position: top left; background-repeat: no-repeat; }
#imMnMn { position: absolute; top: 234px; left: 0; height: 20px; width: 964px; padding: 5px 5px 5px 10px; background-color: transparent; }
#imMnMn > ul { text-align: left; }
#imMnMnGraphics { display: none; }
#imMnMn li { display: inline; }
#imContent { min-height: 381px; position: relative; width: 949px; padding: 15px 15px 15px 15px; }
#imContentGraphics { min-height: 381px; position: absolute; top: 264px; bottom: 92px; left: 0; width: 979px; background-color: transparent; }
#imFooterBg { position: absolute; left: 0; bottom: 0; height: 90px; width: 100%; background-color: #000000; }
#imFooter { position: relative; margin: 0 auto; height: 92px; width: 979px; background-color: #000000; background-image: url('bottom.png'); background-position: top left; background-repeat: no-repeat; }
#imFooterResponsiveContent { display: none; }
@media (max-width: 978px) {
	html { background-image: url('responsive-bg.jpg'); background-position: center center; background-repeat: repeat; background-attachment: fixed; background-color: #000000; }
	#imPage { padding-top: 0; margin: 0px auto 0px auto; }
	#imHeaderBg { height: 144px; background-image: none; background-color: transparent; }
	#imHeader { margin-bottom: 33px; height: 100px; background-image: url('responsive-top.png'); background-position: center center; background-repeat: no-repeat; background-attachment: scroll; background-color: transparent; }
	#imMnMn { position: absolute; top: 100px; left: 0; height: 28px; padding: 0px 0px 5px 10px; background-image: none; background-color: transparent; }
	#imMnMn > ul { text-align: left; }
	#imMnMnGraphics { display: none; }
	#imMnMn li { display: inline; }
	#imContent { min-height: 380px; padding: 5px 0px 5px 0px; }
	#imContentGraphics { min-height: 380px; top: 133px; bottom: 92px; left: 0; background-image: none; background-color: transparent; }
	#imFooterBg { height: 90px; width: 100%; background-image: none; background-color: transparent; }
	#imFooter { min-height: 92px; height: auto; background-image: none; background-color: transparent; }
	#imFooterResponsiveContent { display: inline-block; margin-top: 61px; margin-bottom: 15px; margin-left: 15px; margin-right: 15px; font: normal normal normal 9pt Tahoma; color: #404040; background-color: transparent; text-align: left; text-decoration: none; }
	#imHeaderFlashBackground, #imFooterFlashBackground, .imTemplateContent, #imFooPad, #imBtMn, #imPgMn { display: none; }
}

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

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

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