/* 首页和关于我们背景图样式 */
body {
	background-color: #53B300;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;

}
	
