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: 0px auto 0px auto; width: 960px; position: relative; }
#imHeaderBg { position: absolute; left: 0; top: 0; height: 112px; width: 100%; background-color: #FFFFFF; }
#imHeader { height: 650px; background-color: transparent; background-image: url('top.png'); background-position: top left; background-repeat: no-repeat; }
#imMnMn { float: left; width: 150px; padding: 0px 0px 0px 0px; }
#imMnMn > ul { text-align: center; }
#imMnMnGraphics { position: absolute; top: 650px; bottom: 75px; left: 0; width: 150px; background-color: transparent; }
#imContent { min-height: 400px; position: relative; width: 765px; padding: 5px 5px 5px 40px; margin-left: 150px; }
#imContentGraphics { min-height: 400px; position: absolute; top: 650px; bottom: 75px; right: 0; width: 810px; background-image: url('content.png'); background-position: center top; background-repeat: no-repeat; background-attachment: scroll; background-color: transparent; }
#imFooterBg { position: absolute; left: 0; bottom: 0; height: 75px; width: 100%; background-color: #FFFFFF; }
#imFooter { position: relative; margin: 0 auto; height: 75px; width: 960px; background-color: #FFFFFF; }
#imFooterResponsiveContent { display: none; }
@media (max-width: 959px) {
	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: 50px; margin: 0px auto 0px auto; }
	#imHeaderBg { height: 50px; background-image: none; background-color: #FFFFFF; }
	#imHeader { margin-bottom: 0; height: 33px; background-image: url('responsive-top.png'); background-position: center center; background-repeat: no-repeat; background-attachment: scroll; background-color: transparent; }
	#imMnMn { position: absolute; top: 0; left: 0; height: 42px; padding: 8px 0px 0px 0px; background-image: none; background-color: transparent; }
	#imMnMn > ul { text-align: center; }
	#imMnMnGraphics { display: none; }
	#imMnMn li { display: inline; }
	#imContent { min-height: 450px; padding: 5px 5px 5px 5px; margin-left: 0; }
	#imContentGraphics { min-height: 450px; top: 83px; bottom: 75px; left: 0; background-image: url('responsive-content.png'); background-position: left top; background-repeat: no-repeat; background-attachment: scroll; background-color: transparent; }
	#imFooterBg { height: 75px; width: 100%; background-image: none; background-color: #FFFFFF; }
	#imFooter { min-height: 75px; 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: 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: 959px) and (min-width: 840px) {
	#imPage, #imContentGraphics, #imFooter { width: 840px; }
	#imMnMn { width: 840px; }
	#imContent { width: 830px; }
}

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

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