#footer{
	width: 960px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	background-color: #0f2487;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	border-radius: 0 0 0 0;
}
#footer p{
	color: #ffffff;
	font-size: 0.8em;
	margin-bottom:0px;
        text-align: center;
}
#footer p > a{
	color: white;
	text-decoration: underline;
}
#footer p > a:hover{
	color: silver;
}

#freeResources span{
	color: #aad3d7;
}
#freeResources a{
	margin-right: 5px;
	margin-left: 5px;
}