* {
	margin: 0;
}
html, body {
	min-width: 100%;
	min-height: 100%;
	padding: 0;
}
html {
	position: relative;
	background: #f6f6f6;
	box-shadow: inset 0 0 10px rgba(0,0,0,0.2);
}
body {
	position: static;
	height: 100%;
	margin: 0 auto;
	text-align: center;
	font-family: Helvetica, sans-serif;
	color: #015CAB;
}
a {
	color: black;
}
a:hover {
	color: #45B757;
}
footer {
	font-size: 12px;
	min-width: 280px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
footer p {
	padding: 20px;
}
p {
	margin: 0;
}
h1, h2 {
	margin: 1em 0;
}
header {
	background: rgba(255,255,255,0.5);
	display: inline-block;
	padding: 2em;
	margin-top: 1em;
	border-radius: 1em;
	margin-bottom: 100px;
	box-shadow: 0 0 50px rgba(0,0,0,0.1);
}
.fp {
	width: 200px;
}
.logo {
	height: 12px;
}
a img {
	border: 0;
}