﻿@charset "utf-8";
/*body用于页面总的样式设计包含背景色和文字大小和颜色*/
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	background-color: #E1E1E1;
	background-image: url(../images/bj_main_x.gif);
	background-repeat: repeat-x;
	background-position: center top;
	margin: 0px;
}
.img_kk {
	border: 1px solid #CCCCCC;
}
