#splash {
	width: 99%;
	height: 100%;
        margin: 0px;
	margin-left: auto;
        margin-right: auto;
}

DIV.container {
        min-height: 10em;
        display: table-cell;
        vertical-align: middle
}


body {
	font-size: 20px;
	font-family: 'Helvetica', Verdana, Arial, Sans-Serif;
	background-color: #EEE;
	color: #808e86;
	text-align: center;
        vertical-align: middle;
	position: inherit;
}

#page {
	background-color: white;
	border: 0px solid #959596;
	text-align: center;
        vertical-align: middle;
	}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Helvetica', 'Lucida Grande', Verdana, 'Trebuchet MS', 'Lucida Sans Unicode', Sans-Serif;
	font-weight: 900;
        text-align: center;
	}

#splash {
         position:relative;
         position:absolute; top:23%; height:10px; margin-top:-2em;
}



h2{	font-size: 60px;
        letter-spacing: 2px;
        color: #808e86;
}

 <!-- Traditional color -->

p {
	font-size: 2.6em;
        line-height: 1.8em;
	}

.entry p a:visited {
	color: #808e86;
	}

a, h2 a:hover, h3 a:hover {
	color: #263;
	text-decoration: none;
	}

a:hover {
	color: #FF9900;
	text-decoration: underline;
	}

