html, body { height: 100%; overflow: hidden; max-height: 100%; margin: 0; padding: 0; border-width: 0; } #loading_ { background-image: url(../img/loading.gif); background-repeat: no-repeat; position: absolute; top: 50%; left: 50%; width: 200px; height: 200px; margin-top: -100px; margin-left: -100px; display: none; } #top { position: absolute; top: 0; left: 0; right: 0; height: 60px; overflow: hidden; } #header { text-align: center; overflow: hidden; font-size: 17px; font-weight: bold; padding-top: 16px; padding-left: 170px; } #logo { position: absolute; top: 0; left: 0; } #logo h1 { margin: 0; padding: 0; font-size: 19px; font-weight: normal; } #left { position: absolute; top: 0; left: 0; width: 150px; overflow: hidden; min-height: 100%; } #nav { text-align: left; padding-top: 100px; padding-bottom: 210px; padding-left: 10px; } #copyright_wrap { text-align: center; position: absolute; left: 0; bottom: 0; padding-left: 10px; } #copyright { text-align: center; margin: 0 auto; padding: 4px 12px 4px 4px; } #frame_tl { position: absolute; top: 60px; left: 150px; height: 20px; width: 20px; background-image: url(../img/Frame.data_/TopLeft.png); } #frame_t { position: absolute; top: 60px; left: 170px; height: 20px; width: 100%; background-image: url(../img/Frame.data_/Top.png); background-repeat: repeat-x; } #frame_l { position: absolute; top: 80px; left: 150px; height: 100%; width: 20px; background-image: url(../img/Frame.data_/Left.png); background-repeat: repeat-y; } #main { position: absolute; top: 80px; left: 170px; right: 0; bottom: 0; overflow: hidden; } #page_bg_wrap { position: absolute; top: 80px; left: 170px; right: 0; bottom: 0; overflow: hidden; } #page_bg { position: absolute; width: 100%; height: 100%; overflow: hidden; } #content_wrap2 { width: 100%; height: 100%; overflow: auto; } #page_content { text-align: center; width: 100%; height: 100%; } #content { text-align: center; width: auto; max-width: 800px; margin: 0 auto; padding: 8px; } .fullwidth { width: 800px; } /* IE hacks */ * html #main { top: 0; left: 0; height: 100%; width: 100%; padding-top: 80px; padding-left: 170px; } * html #page_bg_wrap { top: 0; left: 0; height: 100%; width: 100%; padding-top: 80px; padding-left: 170px; } * html #top { width: 100%; } * html #left { height: 100%; overflow: visible; } * html #content { width: expression(document.body.clientWidth > 986? "816px":"auto"); } /* test */