div#outer {
	height: 100%;
	width: 100%;
	display: table;
	position: fixed;
	top: 0;
	left: 0;
}

div#inner {
	display: table-cell;
	vertical-align: middle;
}

div#inner p {
	display: block;
	margin: 1em auto;
	text-align: center;
	font-size: 0.75em;
}

img {
	border: 0;
}

