html, body { height: 100%; overflow: hidden; max-height: 100%; margin: 0; padding: 0; border-width: 0; }
#main { position: absolute; top: 70px; left: 185px; right: 0; bottom: 0; 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; }
#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: 70px; overflow: hidden; }
#header { text-align: center; overflow: hidden; padding: 0 110px 0 290px; }
#logo { position: absolute; top: 0; left: 0; }
#left { position: absolute; top: 0; left: 0; width: 185px; overflow: hidden; min-height: 100%; }
#nav { text-align: left; padding-top: 150px; padding-bottom: 160px; padding-left: 10px; }
#copyright_wrap { text-align: center; position: absolute; left: 0; bottom: 0; padding-left: 6px; }
#copyright { text-align: center; margin: 0 auto; padding: 0; }
/* IE hacks */
* html #main { top: 0; left: 0; height: 100%; width: 100%; padding-top: 70px; padding-left: 185px; }
* html #top { width: 100%; }
* html #left { height: 100%; overflow: visible; }
* html #content { width: expression(document.body.clientWidth > 1001? "816px":"auto"); }
/* test */