.container {
	margin-top: 60px;
	margin-bottom: 100px;
	text-align: center;
}

.splash {
	display: block;
	width: 600px; /* shrink img so users on smaller screens see there's more content after the splash */
	margin: 0 auto 40px;
}

.intro {
	display: inline-block;
	margin-bottom: 20px;
}

.followus a {
	margin: 0 20px;
}

#copyright {
	text-align: center;
	color: #999;
}

#copyright a {
	color: #999;
}