body {
	background: #2d2b3e;
	font-size: 100%;
}
div {
	display: block;
	width: 400px; height: 100px;
	margin: -50px 0 0 -200px;
	position: absolute;
	top: 50%; left: 50%;
	text-align: center;
}
h1, p {
	color: #0799a3;
	font-family: 'Domine', serif;
	font-size: 28px;
	margin: 0;
	text-transform: uppercase;
	text-shadow: 0 2px 0 rgba(0,0,0,0.5);
}
p {
	color: #cccccc;
	font-size: 18px;
	text-transform: none;
}