html, body { height: 100%; overflow: hidden; max-height: 100%; margin: 0; padding: 0; border-width: 0; }

#main { background: #00007f url(../img/mainBG.jpg) no-repeat fixed right bottom; position: fixed; top: 80px; left: 120px; 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 88px 8px 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 { background-color: #c00; background-image: url(../img/topBG.png); background-repeat: repeat-x; position: fixed; top: 0; left: 120px; right: 0; height: 80px; overflow: hidden; }
#header { text-align: center; padding-top: 10px; padding-right: 110px; padding-left: 30px; }

#left { background-color: #c00; background-image: url(../img/leftBG.png); background-repeat: repeat-y; position: fixed; top: 0; left: 0; width: 120px; overflow: hidden; min-height: 100%; }
#nav { text-align: left; padding-top: 150px; padding-bottom: 170px; padding-left: 6px; }
#copyright_wrap { text-align: center; position: absolute; left: 0; bottom: 0; width: 100%; }
#copyright { text-align: center; margin: 0 auto; padding: 4px 12px 4px 4px; }

#logo_tl { position: absolute; top: 0; left: 0; }

/* IE hacks */
* html #main { position: absolute; top: 0; left: 0; height: 100%; width: 100%; padding-top: 80px; padding-left: 120px; }
* html #top { position: absolute; left: 0; width: 100%; padding-left: 120px; }
* html #left { position: absolute; height: 100%; overflow: visible; }
* html #content { width: expression(document.body.clientWidth > 1016? "896px":"auto"); }

/* test */

