@import url(https://fonts.googleapis.com/css?family=Roboto);
body, html {
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: #f8f8e9;
}
#wrapper {
}
#container {
	background-color: #f8f8e9;
	width: 430px;
	height: 160px;
	display: block;
	top: 50%;
	left: 50%;
	margin-top: -90px;
	margin-left: -215px;
	position: absolute;
}
img {
	width: 194px;
	height: 32px;
	display: block;
	margin: 0 auto;
}
.wf-loading h1 {
    display: none;
}
h1 {
	font-family: 'le-havre';
	font-size: 5em;
	color: #aa0014;
	text-align: center;
	margin: 0;
}
p {
	font-family: 'Roboto', sans-serif;
	font-size: 1em;
	color: #777;
	margin: 0;
	padding: 0;
	line-height: 50px;
	text-align: center;
}
p.footnote {
	color: #777;
	line-height: initial;
	font-size: 0.8125em;
}
p.footnote a {
	color: #777;
}