@charset "utf-8";
/* CSS Document */
body{
	margin:0;
	padding:0;
	background-color: #B7B7B7;
	background-image: url(../img/bg.gif);
	background-repeat: repeat-x;
	background-position: top left;
}
p{margin:0px; padding:0px;}
.main{ width:990px; height:655px; margin:0 auto;}
.banner{ width:990px; height:180px;}
.fla{ width:990px; height:352px;}
.foot{ width:100%; height:80px; background-color:#685e54; text-align:center; padding-top:15px;}
.logo_box{ width:990px; height:71px; margin-top:40px; }
.logo_box p{ float:left; width:181px; height:70px; padding-left:70px; padding-right:70px;}
img{ border:none;}
.title_img{ width:469px; height:46px; margin:0 auto; padding-top:60px;}
.foot p{ color:#FFF; font-size:12px; line-height:25px;}
.foot p a{ color:#FFF; text-decoration:none;}
.foot p a:hover{ text-decoration:underline;}

