body {
	font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
	background: #eaeaea;
	margin: 0;
}
.header {
	margin: 0 auto;
	background: #1b4f9e;
	width: 100%;
	padding: 100px 0;
	color: #ffffff;
	text-align: center;
}
.header a {
	color: inherit;
	text-decoration: inherit;
}
.header img.logo {
	width: 400px;
}
.content {
	margin: 0 auto;
	width: 100%;
	text-align: center;
}
.content img.link {
	margin: 2rem 2rem;
	vertical-align: top;
}
.footer {
	margin: 0 1rem;
	text-align: right;
}
.dcs-legacy-logo {
	margin: 2em;
	width: 348.86px;
	height: 46.2px;
	background-image: url('dcs.png');
	background-repeat: no-repeat;
	background-position: left;
	background-position-x: -96px;
	background-position-y: -67px;
	background-size: 460px;
	display: inline-block;
	/* position: relative; */
}
