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: #FFFFFF; }
body { margin: 0; padding: 0; text-align: left; }
#imPage { margin: 15px auto 0px auto; width: 1000px; position: relative; }
#imHeaderBg { position: absolute; left: 0; top: 0; height: 140px; width: 100%; background-color: transparent; }
#imHeader { height: 125px; background-color: #404040; background-image: url('top.png'); background-position: top left; background-repeat: no-repeat; }
#imMnMn { float: right; width: 155px; padding: 50px 5px 5px 20px; }
#imMnMn > ul { text-align: center; }
#imMnMnGraphics { position: absolute; top: 125px; bottom: 80px; right: 0; width: 180px; background-color: #800000; }
#imContent { min-height: 520px; position: relative; width: 810px; padding: 5px 5px 5px 5px; margin-right: 180px; }
#imContentGraphics { min-height: 520px; position: absolute; top: 125px; bottom: 80px; left: 0; width: 820px; background-color: #F8F8F8; }
#imFooterBg { position: absolute; left: 0; bottom: 0; height: 40px; width: 100%; background-color: transparent; }
#imFooter { position: relative; margin: 0 auto; height: 80px; width: 1000px; background-color: #808080; background-image: url('bottom.png'); background-position: top left; background-repeat: no-repeat; }
#imFooterResponsiveContent { display: none; }