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

body{
scrollbar-face-color: #838383; /*表层颜色*/
scrollbar-shadow-color: #838383;  /*右、下内边框颜色*/
scrollbar-highlight-color:#838383;   /*左、上内边框颜色*/  
scrollbar-3dlight-color: #838383;  /*左、上外边框颜色*/    
scrollbar-darkshadow-color: #838383; /*右、下外边框颜色*/  
scrollbar-track-color:#cdcdcd;  /*滚动背景颜色*/ 
scrollbar-arrow-color:#cdcdcd; /*箭头颜色*/
font:Verdana, Arial, Helvetica, sans-serif; font-size:12px; background:url(../images/main.jpg) repeat-x scroll left top #dedede;}
#main { width:100%; height:632px;}

#header{}

#container{}

#footer{ text-align:center; color:#666; line-height:22px; height:22px;}

#footer a{ color:#666;}
.sub-main #footer{ width:100%; height:22px; line-height:22px; font-size:10px; color:#666; text-align:center; background:#000; font-family:"微软雅黑","宋体"; margin-top:10px;}


