html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	background-color: #000000;
}
a:link, a:visited, a:hover, a:active {
	text-decoration: none;
}
a:link, a:visited {
  color: #FFFFFF;
}
a:hover, a:active {
  color: #FFCD24;
}
.wrapper {
	display: table;
	width: 100%;
	height: 100%;
}
.wrapper_inner {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	color: #FFFFFF;
}
h1 {
	font-size: 42px;
}
.footer {
	font-size: 18px;
}