/* ==== Footer ==== */

#ft {
	background:#fff;
	position:relative;
	display:block;
	margin:10px auto;
	width:1000px;
	height:80px;
}
#ft ul {
	height:25px;
	width:580px;
	margin:0 auto;
	padding:0;
	text-align:center;
}
#ft a {
	color:#000000;
}
#ft a:hover {
	text-decoration:underline;
}
#ft ul li {
	list-style:none;
	float:left;
}
#ft ul li a {
	font-size:11px;
	color:#999999;
	text-decoration:none;
}
#ft ul li a:hover {
	background:#999999;
	color:#FFFFFF;
	text-decoration:none;
}
#ft em {
	margin:0;
	padding:0;
	font-size:10px;
	font-style:normal;
}
#ft .copyright {
	position:absolute;
	bottom:40px;
	left:1px;
}
#ft .webcore {
	position:absolute;
	bottom:40px;
	right:1px;
}
#ft .end {
	font-size:11px;
	font-weight:bold;
	text-align:center;
	width:500px;
	color:#666;
	margin:0 auto;
	margin-top:5px;
}