body {
	background-color: black;
	text-align: center;
}

div.outer {
	display: table;
	position: absolute;
	height: 99%;
	width: 99%;	
}

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

div.inner {
	margin-left: auto;
	margin-right: auto;
}

h3 {
	color: white;
}