﻿/* CSS Document */
body{
	margin:0px; padding:0px;
	background:url(../image/index/indbg.gif) repeat-x #FFFFFF;
}

a {noFocusLine:expression(this.onFocus=this.blur())}      /* For IE, onFocus 的 F 要大寫*/
:focus {-moz-outline-style: none}  

	
#nav{
	height:27px;
	width:849px;
	background:url(../image/index/index_foot.jpg) no-repeat left;
	padding-right:15px;
}	
#nav a{
	display:block;
	float:right;
	height:27px;
	text-indent:-9999px;
}
#nav a.btcht{
	background:url(../image/index/indbt_1.gif) no-repeat;
	width:51px;
}
#nav a.btcht:hover{
	background:url(../image/index/indbt_1_up.gif) no-repeat;
}
#nav a.bteng{
	background:url(../image/index/indbt_2.gif) no-repeat;
	width:64px;
}
#nav a.bteng:hover{
	background:url(../image/index/indbt_2_up.gif) no-repeat;
}
.pageimg{
	margin-top:100px;
}
.matainfo{
	text-indent:-9999px;
}

