body {
	font-family: 'Actor', sans-serif;
}

.centered {
	width: 300px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -150px;
	margin-left: -150px;
}

.logo {
	width: 300px;
	height: 90px;
}

.strapline {
	padding-top: 6px;
	border-top: solid 1px #999;
}

.strapline p {
	margin-bottom: 24px;
	color: #666;
	font-size: 0.9em;
	text-align: center;
	line-height: 1.2em;
}

.strapline p strong {
	font-size: 1.3em;
	letter-spacing: -1px;
	color: #115704;
}

.strapline p a {
	color: #993;
	text-decoration: none;
}
