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: #F1F2F4; }
body { margin: 0; padding: 0; text-align: left; }
#imPage { margin: 15px auto 0px auto; width: 960px; position: relative; }
#imHeaderBg { position: absolute; left: 0; top: 0; height: 205px; width: 100%; background-image: url('headerbg.jpg'); background-position: center top; background-repeat: no-repeat; background-attachment: scroll; background-color: #F1F2F4; }
#imHeader { margin-bottom: 40px; height: 360px; background-color: #EAECEF; background-image: url('top.png'); background-position: top left; background-repeat: no-repeat; }
#imMnMn { position: absolute; top: 360px; left: 0; height: 30px; width: 960px; padding: 5px 0px 5px 0px; background-color: #F1F2F4; }
#imMnMn > ul { text-align: center; }
#imMnMnGraphics { display: none; }
#imMnMn li { display: inline; }
#imContent { min-height: 520px; position: relative; width: 954px; padding: 5px 3px 10px 3px; }
#imContentGraphics { min-height: 520px; position: absolute; top: 400px; bottom: 170px; left: 0; width: 960px; background-color: #F1F2F4; }
#imFooterBg { position: absolute; left: 0; bottom: 0; height: 72px; width: 100%; background-image: url('bottombg.jpg'); background-position: center center; background-repeat: no-repeat; background-attachment: scroll; background-color: #F1F2F4; }
#imFooter { position: relative; margin: 0 auto; height: 170px; width: 960px; background-color: #EAECEF; background-image: url('bottom.png'); background-position: top left; background-repeat: no-repeat; }
#imFooterResponsiveContent { display: none; }