#footer { 
	width: 720px;
	height: 300px;
	margin: 0 auto;
	background: #003070;
	color: #eee;
	padding: 40px 35px;
	box-sizing: border-box;

}

#footer p { 
	font-size: 20px;
	font-weight: 100;
}

#footer .copy { 
	margin-top: 30px;
}
#footer a { 
	color: #eee;
	text-decoration: none;
	font-size: 20px;
	font-weight: 100;
}
