#footer
{
	position: absolute;
	width: 980px;
	height: 20px;
	left: 10px;
	top: 610px;
	background-color: #3B5998;
	color:#ffffff;
	float:center;
	text-align:center;
	font-size:12px;
	font-weight: bold;
	line-height:20px;
}

#footer li
{
	width: 190px;
	height: 20px;
	display: block;
	float: left;
	line-height: 20px;
	text-align: center;
    font-size:12px;
}
#footer li a
{
	
	font-weight: normal;
	color:#ffffff;
}
#footer li a:hover
{
	text-decoration:underline;
	color: #ffffff;
	font-weight: bold;
}
#footer a
{
	
	font-weight: bold;
	color:#ffffff;
}
#footer a:hover
{
	text-decoration:underline;
	color: #ffffff;
	font-weight: bold;
}
