body {
	background: #67a7de;
	text-align: center;
	font-family: "futura-pt", Times, serif;
	font-size: 20pt;
	font-weight: 300;
	padding: 0;
	margin: 0;
}

.top {
	background: white;
}

.bottom {
	color: white;
	width: 100%;
	padding-top: 50px;
}

a {
	color: white;
	text-decoration: none;
}

a:hover {
	color: #d4f1fc
}

img {
	width: 100%;
	height: auto;
	max-width: 1000px;
}