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: 2px auto 2px auto; width: 993px; position: relative; }
#imHeaderBg { position: absolute; left: 0; top: 0; height: 165px; width: 100%; background-color: transparent; }
#imHeader { margin-bottom: 30px; height: 203px; background-color: transparent; background-image: url('top.png'); background-position: top left; background-repeat: no-repeat; }
#imMnMn { position: absolute; top: 203px; left: 0; height: 25px; width: 983px; padding: 0px 5px 5px 5px; background-image: url('menu.jpg'); background-position: center top; background-repeat: no-repeat; background-attachment: scroll; background-color: #000000; }
#imMnMn > ul { text-align: center; }
#imMnMnGraphics { display: none; }
#imMnMn li { display: inline; }
#imContent { min-height: 600px; position: relative; width: 991px; padding: 1px 1px 1px 1px; }
#imContentGraphics { min-height: 600px; position: absolute; top: 233px; bottom: 30px; left: 0; width: 993px; background-image: url('content.jpg'); background-position: center center; background-repeat: no-repeat; 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: 30px; width: 993px; background-color: #001040; background-image: url('bottom.png'); background-position: top left; background-repeat: no-repeat; }
#imFooterResponsiveContent { display: none; }