html { position: relative; margin: 0; padding: 0; background-image: url('bg.jpg'); background-position: center top; background-repeat: no-repeat; background-size: cover; background-attachment: fixed; background-color: transparent; }
body { margin: 0; padding: 0; text-align: left; }
#imPage { margin: 1px auto 1px auto; width: 1100px; position: relative; }
#imHeaderBg { position: absolute; left: 0; top: 0; height: 151px; width: 100%; background-color: transparent; }
#imHeader { height: 150px; background-color: #567EB6; background-image: url('top.png'); background-position: top left; background-repeat: no-repeat; }
#imMnMn { float: left; width: 120px; padding: 5px 5px 5px 5px; }
#imMnMn > ul { text-align: left; }
#imMnMnGraphics { position: absolute; top: 150px; bottom: 75px; left: 0; width: 130px; background-color: #567EB6; }
#imContent { min-height: 380px; position: relative; width: 968px; padding: 1px 1px 1px 1px; margin-left: 130px; }
#imContentGraphics { min-height: 380px; position: absolute; top: 150px; bottom: 75px; right: 0; width: 970px; background-image: url('content.png'); background-position: left top; background-repeat: repeat-y; background-attachment: scroll; background-color: #FFFFFF; }
#imFooterBg { position: absolute; left: 0; bottom: 0; height: 90px; width: 100%; background-color: transparent; }
#imFooter { position: relative; margin: 0 auto; height: 75px; width: 1100px; background-color: #567EB6; background-image: url('bottom.png'); background-position: top left; background-repeat: no-repeat; }
#imFooterResponsiveContent { display: none; }
@media (max-width: 1099px) {
	html { background-image: url('responsive-bg.jpg'); background-position: center top; background-repeat: no-repeat; background-size: cover; background-attachment: fixed; background-color: transparent; }
	#imPage { padding-top: 36px; margin: 1px auto 1px auto; }
	#imHeaderBg { height: 151px; background-image: none; background-color: transparent; }
	#imHeader { margin-bottom: 0; height: 150px; background-image: none; background-color: #567EB6; }
	#imMnMn { position: absolute; top: 0; left: 0; height: 26px; padding: 5px 5px 5px 5px; background-image: none; background-color: #567EB6; }
	#imMnMn > ul { text-align: left; }
	#imMnMnGraphics { display: none; }
	#imMnMn li { display: inline; }
	#imContent { min-height: 380px; padding: 1px 1px 1px 1px; margin-left: 0; }
	#imContentGraphics { min-height: 380px; top: 186px; bottom: 75px; left: 0; background-image: url('responsive-content.png'); background-position: left top; background-repeat: repeat-y; background-attachment: scroll; background-color: #FFFFFF; }
	#imFooterBg { height: 90px; width: 100%; background-image: none; background-color: transparent; }
	#imFooter { min-height: 75px; height: auto; background-image: none; background-color: #567EB6; }
	#imFooterResponsiveContent { display: inline-block; margin-top: 15px; margin-bottom: 15px; 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: 1099px) and (min-width: 840px) {
	#imPage, #imContentGraphics, #imFooter { width: 840px; }
	#imMnMn { width: 830px; }
	#imContent { width: 838px; }
}

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

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