html { position: relative; margin: 0; padding: 0; background-image: url('bg.png'); background-position: center bottom; background-repeat: no-repeat; background-attachment: scroll; background-color: #000000; }
body { margin: 0; padding: 0; text-align: left; }
#imPage { margin: 15px auto 15px auto; width: 965px; position: relative; }
#imHeaderBg { position: absolute; left: 0; top: 0; height: 165px; width: 100%; background-color: #000000; }
#imHeader { margin-bottom: 30px; height: 220px; background-color: #000000; background-image: url('top.png'); background-position: top left; background-repeat: no-repeat; }
#imMnMn { position: absolute; top: 220px; left: 0; height: 18px; width: 935px; padding: 7px 0px 5px 30px; background-color: #FEEEE0; }
#imMnMn > ul { text-align: left; }
#imMnMnGraphics { display: none; }
#imMnMn li { display: inline; }
#imContent { min-height: 380px; position: relative; width: 915px; padding: 13px 30px 5px 20px; }
#imContentGraphics { min-height: 380px; position: absolute; top: 250px; bottom: 33px; left: 0; width: 965px; background-color: #FEEEE0; }
#imFooterBg { position: absolute; left: 0; bottom: 0; height: 48px; width: 100%; background-color: #000000; }
#imFooter { position: relative; margin: 0 auto; height: 33px; width: 965px; background-color: #FF0000; }
#imFooterResponsiveContent { display: none; }
@media (max-width: 964px) {
	html { background-image: url('responsive-bg.png'); background-position: center bottom; background-repeat: no-repeat; background-attachment: scroll; background-color: #000000; }
	#imPage { padding-top: 0; margin: 15px auto 15px auto; }
	#imHeaderBg { height: 165px; background-image: none; background-color: #000000; }
	#imHeader { margin-bottom: 30px; height: 60px; background-image: none; background-color: #000000; }
	#imMnMn { position: absolute; top: 60px; left: 0; height: 18px; padding: 7px 0px 5px 30px; background-image: none; background-color: #FEEEE0; }
	#imMnMn > ul { text-align: left; }
	#imMnMnGraphics { display: none; }
	#imMnMn li { display: inline; }
	#imContent { min-height: 380px; padding: 13px 30px 5px 20px; }
	#imContentGraphics { min-height: 380px; top: 90px; bottom: 35px; left: 0; background-image: none; background-color: #FEEEE0; }
	#imFooterBg { height: 48px; width: 100%; background-image: none; background-color: #000000; }
	#imFooter { min-height: 35px; height: auto; background-image: none; background-color: #FF0000; }
	#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: 964px) and (min-width: 720px) {
	#imPage, #imContentGraphics, #imFooter { width: 720px; }
	#imMnMn { width: 690px; }
	#imContent { width: 670px; }
}

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

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