@charset "utf-8";
/* CSS Document */
@import url('reset.css');
body{ background:url(../Image/homeBG.jpg) center top no-repeat;}
.HomeBody{ display:block; width:980px; height:570px; margin:0 auto;}
.footer {
	color: #d4a1a7;
	margin: 30px auto 0 auto;
	height: 50px;
	border-top: 1px solid #918b8a;
	background: url(../Image/footer.png) center top no-repeat;
	text-align: center;
	}
.footer_link {
	width: 990px;
	height: 50px;
	margin: 0 auto;
	position: relative;
	}
.footer_link a{
	width: 280px;
	height: 40px;
	position: absolute;
	top: 4px;
	left: 700px;
	}

