@charset "utf-8";
/* CSS Document */

body{
	margin: 0px;
	background-image:url(../_img/bg.jpg);
	background-repeat:repeat-x;
}
img{
	border: none;	
}
#container{
	margin: 0 auto;
	width: 980px;
	text-align: center;
}
#container #head{
	
}
#container #body{
	height: 558px;
}
#container #foot{
	width: 960px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color:#FFF;
}
#container #foot #txt{
	width: 500px;
	float: left;
	text-align: left;
	margin-top: 22px;
	margin-left: 42px;
}
#container #foot #fone{
	width: 300px;
	float: right;	
}