@import 'reset.css';
@import 'default.css';
body{
	background:url(../images/introbg.jpg);
}
#ic{
/*	background:url(../images/icbg.jpg) no-repeat;*/
	width:950px;
	margin:0px auto;
}
table{
	width:950px;
	margin-top:160px;
}
table td{
	text-align:center;

}
table a{
	color:#fff;
	
}
.bt{
	margin-left:-20px;
	margin-top:15px;
	background:url(../images/introbuton.png) no-repeat;
	width:77px;
	text-align:center;
	height:30px;
	position:absolute;
	text-decoration:none;
}
.bt1{
	margin-left:-10px;
	margin-top:15px;
	background:url(../images/introbuton.png) no-repeat;
	width:77px;
	text-align:center;
	height:30px;
	position:absolute;
	text-decoration:none;
}