@charset "utf-8";
/* CSS Document */
a{ hide-focus: expression( this.hideFocus=true );outline: none; color:#000;}
a:hover{ color:#3A74C0; text-decoration:none;}

body{
scrollbar-face-color: #000; /*表层颜色*/
scrollbar-shadow-color: #fff;  /*右、下内边框颜色*/
scrollbar-highlight-color:#fff;   /*左、上内边框颜色*/  
scrollbar-3dlight-color: #000;  /*左、上外边框颜色*/    
scrollbar-darkshadow-color: #000; /*右、下外边框颜色*/  
scrollbar-track-color:#000;  /*滚动背景颜色*/ 
scrollbar-arrow-color:#000; /*箭头颜色*/
background:url(../images/bg.jpg) repeat-x scroll left top #fff;}

#warp { width:1002px; margin:0px auto;}

#header{ width:938px; margin:0px auto;}

#container{ width:915px; padding:24px 12px 0px 11px;margin:0px auto;}

#footer{clear:both; width:1002px; height:78px; background:url(../images/footer.jpg) repeat-x scroll left top; margin:0px auto; padding-top:62px; line-height:28px; text-align:center;}