/*layuot*/
body {
   font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
   margin: 0px;
   background: url(../img/bg/bg.png) repeat-x top #b0b0b0;
   color: #000000;
}

img {
   border: none;
}

#page {
   background-color: transparent;
   margin: 0px;
   position: relative;
   width: 914px;
	min-height: 100%;
	margin-left: auto;
   margin-right: auto;
   padding-top: 150px;
   overflow: hidden;
}

#logo {
   position: absolute;
   top: 40px;   
   overflow: hidden;
}

#menu {
   position: absolute;
   width: 900px;
   height: 42px;
   background-color: transparent;
   top: 60px;
   right: 0px;   
   overflow: hidden;
}

#borderMain {
   position: relative;
   background: url(../img/bg/borderMain.png) repeat-y;
   width: 914px;
   height: auto; 
   overflow: visible;
   padding: 0px 7px 0px 7px;
}

#authMessage {
   position: absolute;
   border: 2px #000000 solid;
   background-color: #E6E6E6;
   padding: 5px;
   top: 150px;
   left: 110px;
   color: #000000;
   font-size: 12px;
   width: 550px;
   text-align: center;
   cursor: pointer;
}

#flashMessage {
   position: absolute;
   border: 2px #000000 solid;
   background-color: #E6E6E6;
   padding: 5px;
   top: 150px;
   left: 110px;
   color: #000000;
   font-size: 12px;
   width: 550px;
   text-align: center;
   cursor: pointer;
}

#flashMessage div.info{
   color: #FF0000;
   margin-top: 20px;
}
 
#main {
   background: url(../img/bg/mainBg.png) repeat-x bottom #FFFFFF;
   /*border: 1px solid #000000;*/
   width: 886px;
   height: 100%;
   padding: 7px;  
   overflow: hidden;
}          

#borderTop {
   position: absolute;
   background: url(../img/bg/borderTop.png) no-repeat top;
   width: 914px;
   height: 13px;  
   overflow: hidden;
   left: 0px;
   top: -13px;
}

#borderBot {
   position: absolute;
   background: url(../img/bg/borderBot.png) no-repeat top;
   width: 914px;
   height: 9px;  
   overflow: hidden;
   left: 0px;
   bottom: -9px;
}

#ie6 {width: 1000px; margin: 3px auto 0 auto; background: #ffffff; text-align: center;}
#ie6 .tit {margin: 10px 0px; font-weight: bold; font-size: 12pt;}  
#ie6 a {margin: 10px 5px; display: inline-block;}
#ie6 a img {border: none;}  
