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: 1170px; position: relative; }
#imHeaderBg { position: absolute; left: 0; top: 0; height: 210px; width: 100%; background-color: transparent; }
#imHeader { height: 285px; background-color: transparent; background-image: url('top.png'); background-position: top left; background-repeat: no-repeat; }
#imMnMn { position: absolute; top: 130px; left: 100px; height: 35px; width: 1050px; padding: 0px 0px 0px 0px; background-color: transparent; }
#imMnMn > ul { text-align: center; }
#imMnMnGraphics { display: none; }
#imMnMn li { display: inline; }
#imContent { min-height: 450px; position: relative; width: 1115px; padding: 5px 5px 5px 50px; }
#imContentGraphics { min-height: 450px; position: absolute; top: 285px; bottom: 80px; left: 0; width: 1170px; background-color: transparent; }
#imFooterBg { position: absolute; left: 0; bottom: 0; height: 80px; width: 100%; background-color: transparent; }
#imFooter { position: relative; margin: 0 auto; height: 80px; width: 1170px; background-color: transparent; background-image: url('bottom.png'); background-position: top left; background-repeat: no-repeat; }
#imFooterResponsiveContent { display: none; }
@media (max-width: 1169px) {
	html { background-image: url('responsive-bg.jpg'); background-position: left top; background-repeat: repeat; background-attachment: scroll; background-color: transparent; }
	#imPage { padding-top: 0; margin: 0px auto 0px auto; }
	#imHeaderBg { height: 150px; background-image: url('responsive-headerbg.png'); background-position: left bottom; background-repeat: repeat; background-attachment: scroll; background-color: transparent; }
	#imHeader { margin-bottom: 69px; height: 21px; background-image: none; background-color: #ABA99D; }
	#imMnMn { position: absolute; top: 21px; left: 0; height: 64px; padding: 0px 5px 5px 55px; background-image: url('responsive-menu.png'); background-position: center top; background-repeat: repeat-y; background-attachment: scroll; background-color: #E14D43; }
	#imMnMn > ul { text-align: left; }
	#imMnMnGraphics { display: none; }
	#imMnMn li { display: inline; }
	#imContent { min-height: 380px; padding: 5px 5px 5px 50px; }
	#imContentGraphics { min-height: 380px; top: 90px; bottom: 170px; left: 0; background-image: url('responsive-content.jpg'); background-position: center top; background-repeat: repeat-y; background-attachment: scroll; background-color: #27282C; }
	#imFooterBg { height: 117px; width: 100%; background-image: url('responsive-bottombg.jpg'); background-position: left top; background-repeat: repeat; background-attachment: scroll; background-color: transparent; }
	#imFooter { min-height: 170px; height: auto; background-image: url('responsive-bottom.png'); background-position: center top; background-repeat: no-repeat; background-attachment: scroll; 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: 1169px) and (min-width: 840px) {
	#imPage, #imContentGraphics, #imFooter { width: 840px; }
	#imMnMn { width: 780px; }
	#imContent { width: 785px; }
}

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

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