body {
	background-color: #333366;
}
.splash {
	display: block;
	width: 100%;
	height: auto;
	margin: auto;
	font-family: Verdana, sans-serif, Arial;
	font-size: 1.3rem;
	color: #dddddd;
	text-align: center;
}
.splash img {
	width: 30%;
	max-width: 400px;
}
h1 {
	font-size: 1.6rem;
}