body {margin: 0; padding: 0; text-align: center; /* For IE */ } 

div.footer {
	width:100%;
	height:90px;
	background-color: #F0F3FA;
	float: left;
}
#footer_container{
	width: 980px;
	text-align:left;
	border: 1px dotted #FFFFFF;
	height: 58px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.footer li {
	float:left;
	border-right-width: thin;
	border-right-style: none;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 11px;
	text-decoration: none;
	width: 280px;
}

.footer a:link {
	font-size:10px;
	font-family:Arial;
	color:#999999;
	text-decoration: none;
}

.footer a:visited {
	font-size:10px;
	font-family:Arial;
	color:#999999;
	text-decoration: none;
}

