body {
	margin: 0;
	padding: 0;
	font-family: helvetica, arial, sans-serif;
	font-size: 22px;
	color: #222222;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}

header {
	background-color: rgb(79, 129, 194);
	padding-top: 300px;
	position: relative;
	box-shadow: 0px 0px 5px 10px rgba(0,0,0,0.08);
}

#logo {
	margin: 0 auto;
	background-image: url('../logo-large.png');
	background-size: cover;
	width: 300px;
	height: 300px;
	position: absolute;
	bottom: -150px;
	left: 50%;
	margin-left: -150px;
	border: 2px solid #fff;
	border-radius: 4px;
	box-shadow: 0px 20px 5px -10px rgba(0,0,0,0.08);
}

a {
	color: rgb(79, 129, 194);
	text-decoration: none;
}

a:hover, a:focus, a:active {
	color: rgb(44, 71, 127);
	cursor: pointer;
}