/* CSS Document */
body {
	background-color: #000;
	color: #0f8;
	text-align:center
}
h2 {				
	font-family: sans-serif;
	font-size: xx-large;
}
.outer {
	display: table;
	position: absolute;
	height: 100%;
	width: 100%;
}

.middle {
	display: table-cell;
	vertical-align: middle;
}

.inner {
	margin-left: auto;
	margin-right: auto;
}

button {
	background-color: #0f8;
	cursor:	pointer;
}