footer {
	padding: 30px 0px;
	text-align: center;
	font-size: 14px;
	color: #9EA8B2;
	line-height: 30px;	
	border-top: 1px solid #EEF1EC;
	width: 960px;
	margin: auto;
}

	footer a {
		text-decoration: none;
		color: #9EA8B2;
	}
		footer a:hover {
			text-decoration: underline;
		}