#footer .navbar {
	left: 0; top: 0;
	background: #a9aeb6;
	width: 100%;
	min-height: 46px;
	padding-bottom: 32px;
}

#footer .info {
	left: 0; top: 0;
	background: #14206C;
	width: 100%;
	min-height: 46px;
	padding-bottom: 32px;
}

#footer .links {
	margin: 0 auto;
	padding-top: 32px;
	font-family: '__DIN Pro_5', Arial, sans-serif;
	font-size: 16px;
	line-height: 1.2;
	font-weight: 300;
	color: #FFFFFF;
	text-align: center;
}

#footer .links a, a:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 16px;
}

#footer .links a:hover, a:active {
	text-decoration: underline;
	color: #FFFFFF;
}