div#footer {
	font-family: SourceSansPro_light;
	font-size: 14px;
	background: #e6f6f1;
	color: #000;
	padding-top: 25px;
	padding-bottom: 25px;
	margin-top: 40px;
}

div#footer a {
	color: #000;
	text-decoration: underline;
}

div#footer a:hover {
	text-decoration: none;
}

div#footer img {
	height: 25px;
	margin: 0 12px;
}

div#footer img:last-child {
	margin-right: 0;
}

div#footer div.copyright {
	display: table-cell;
	vertical-align: bottom;
	float: none;
	height: 80px;
}

div#footer div.copyright p{
	color: #f6ae97;
	font-size: 10px;
}
