body {
	margin: 0;
	padding: 0;
	color: white;
	background-color: #0077c7;
}

#title {
	position: absolute;
	top: 30%;
	width: 100%;
	font-size: 48pt;
	text-align: center;
}

#title p {
	font-weight: 300;
	font-family: 'Helvetica Neueu', Helvetica, sans-serif;
	letter-spacing: -2px;
}
