html { position: relative; margin: 0; padding: 0; background-image: url('bg.png'); background-position: center top; background-repeat: no-repeat; background-size: cover; background-attachment: fixed; background-color: #000000; }
body { margin: 0; padding: 0; text-align: left; }
#imPage { margin: 15px auto 15px auto; width: 1090px; position: relative; }
#imHeaderBg { position: absolute; left: 0; top: 0; height: 170px; width: 100%; background-color: transparent; }
#imHeader { margin-bottom: 45px; height: 157px; background-color: transparent; background-image: url('top.png'); background-position: top left; background-repeat: no-repeat; }
#imMnMn { position: absolute; top: 157px; left: 0; height: 39px; width: 1084px; padding: 3px 3px 3px 3px; background-image: url('menu.png'); background-position: center bottom; background-repeat: no-repeat; background-attachment: scroll; background-color: transparent; }
#imMnMn > ul { text-align: center; }
#imMnMnGraphics { display: none; }
#imMnMn li { display: inline; }
#imContent { min-height: 380px; position: relative; width: 1090px; padding: 0px 0px 0px 0px; }
#imContentGraphics { min-height: 380px; position: absolute; top: 202px; bottom: 60px; left: 0; width: 1090px; background-color: transparent; }
#imFooterBg { position: absolute; left: 0; bottom: 0; height: 75px; width: 100%; background-color: transparent; }
#imFooter { position: relative; margin: 0 auto; height: 60px; width: 1090px; background-color: transparent; background-image: url('bottom.png'); background-position: top left; background-repeat: no-repeat; }
#imFooterResponsiveContent { display: none; }
@media (max-width: 1089px) {
	html { background-image: url('responsive-bg.png'); background-position: center top; background-repeat: no-repeat; background-size: cover; background-attachment: fixed; background-color: transparent; }
	#imPage { padding-top: 0; margin: 15px auto 15px auto; }
	#imHeaderBg { height: 100px; background-image: none; background-color: transparent; }
	#imHeader { margin-bottom: 40px; height: 150px; background-image: url('responsive-top.png'); background-position: center center; background-repeat: no-repeat; background-attachment: scroll; background-color: transparent; }
	#imMnMn { position: absolute; top: 150px; left: 0; height: 37px; padding: 3px 3px 0px 3px; background-image: none; background-color: transparent; }
	#imMnMn > ul { text-align: left; }
	#imMnMnGraphics { display: none; }
	#imMnMn li { display: inline; }
	#imContent { min-height: 380px; padding: 0px 0px 0px 0px; }
	#imContentGraphics { min-height: 380px; top: 190px; bottom: 35px; left: 0; background-image: none; background-color: transparent; }
	#imFooterBg { height: 75px; width: 100%; background-image: none; background-color: transparent; }
	#imFooter { min-height: 35px; height: auto; background-image: none; background-color: transparent; }
	#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: 1089px) and (min-width: 840px) {
	#imPage, #imContentGraphics, #imFooter { width: 840px; }
	#imMnMn { width: 834px; }
	#imContent { width: 840px; }
}

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

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