html { position: relative; margin: 0; padding: 0; background-color: #E0E0E0; }
body { margin: 0; padding: 0; text-align: left; }
#imPage { margin: 50px auto 50px 50px; width: 920px; position: relative; }
#imHeaderBg { position: absolute; left: 0; top: 0; height: 1px; width: 100%; background-color: transparent; }
#imHeader { height: 100px; background-color: #E0E0E0; background-image: url('top.png'); background-position: top left; background-repeat: no-repeat; }
#imMnMn { float: left; width: 190px; padding: 5px 5px 5px 5px; }
#imMnMn > ul { text-align: left; }
#imMnMnGraphics { position: absolute; top: 100px; bottom: 140px; left: 0; width: 200px; background-color: #E0E0E0; }
#imContent { min-height: 520px; position: relative; width: 640px; padding: 10px 30px 50px 50px; margin-left: 200px; }
#imContentGraphics { min-height: 520px; position: absolute; top: 100px; bottom: 140px; right: 0; width: 720px; background-color: #E0E0E0; }
#imFooterBg { position: absolute; left: 0; bottom: 0; height: 40px; width: 100%; background-color: #B0D1FF; }
#imFooter { position: relative; margin: 0 auto; height: 140px; width: 920px; background-color: #E0E0E0; background-image: url('bottom.png'); background-position: top left; background-repeat: no-repeat; }
#imFooterResponsiveContent { display: none; }