html, body, #splash {
    width: 100%;
    height: 100%;
	margin: 0;
	padding: 0;
}

#splash {
	background-repeat: no-repeat;
    background-position: center;
}

#splash a {
	background: rgba(0,0,0,0); /* change color here */
	/* padding: 2px 4px;
	text-transform: uppercase;
	letter-spacing: 1px; */
}

#splash .outer {
	height: 18px; /* for one line basically */
	width: 150px;
	overflow: visible;
	margin: auto;
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
}

#splash .inner {
	position: relative;
	text-align: center;
}