body.site {
	margin: 0;
	padding: 0;
	font: normal 18px/normal Arial, Helvetica, sans-serif;
	text-transform: none;
	color: #484848;
}
.outer {
	display: table;
	position: absolute;
	height: 100%;
	width: 100%;
}
.middle {
	display: table-cell;
	vertical-align: middle;
}
.inner {
	margin: 0 auto;
	max-width: 30em;
	background-color: #ffffff;
}
ul {
	list-style: none;
	font-weight: bold;
}
.header {
	text-align: center;
	padding: 20px;
	margin: 0 0 1em 0;
	border: 1px solid #ccc;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
img {
	max-width: 100%;
	height: auto;
	border: 0;
}
strong {
	color: #03C;
}
