* {
	margin: 0px;
	padding: 0px;
}

body {
	height: 100%;
	background-color: #000000;
	color: #FFFFFF;
	font-family: tahoma, arial, sans-serif;
	font-size: 16px;
	text-align: center;
}

a {
	color: #FFFFFF;
	text-decoration: underline;
}

h1 {
font-size: 30px;
}

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

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

.inner {
    margin-left: auto;
    margin-right: auto; 
    width: /*whatever width you want*/;
}