body {
	background: #0e53ad;
	font-family: "Trebuchet MS" Arial sans-serif;
	color: #fff;
	font-size: 30px;
}

.logo {
	text-align: center;
	position: fixed;
	top: 30px;
	width: 960px;
	margin: 0 auto;
	z-index: -10;
}

.youtube {
	margin: 200px auto 50px;
	width: 900px;
	border: 8px solid #e7f3f5;
	border-radius: 5px;
}

.humble {
	text-align: center;
}

.screenshots {
	width: 960px;
	margin: 50px auto;
}

.screenshots a {
	display: inline-block;
	border: 4px solid #e7f3f5;
	border-radius: 5px;
	margin: 0 10px;
}

.screenshots a:hover {
	border-color: #fc0;
}

.blurb {
	text-shadow: #000 0 2px 0;
	position: fixed;
	top: 100px;
	width: 900px;
	margin: 0 auto;
	border-radius: 8px;
	background: #0e53ad;
	line-height: 50px;
}

.blurb + .middle {
	top: 250px;
}

.blurb + .smalltext {
	font-size: 18px;
	line-height: 30px;
}

.blurb span {
	color: #fc0;
}

p {
	margin-bottom: 20px;
}

footer {
	position: fixed;
	bottom: 20px;
	width: 960px;
	font-size: 40px;
	font-weight: bold;
	text-align: center;
}