* html #splashbox { 
    position:absolute 
}

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

body {
	background-color: #000;
	color: #fff;
}

img {
	border: 0px;
}

div#splashbox {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -220px;
    margin-left: -180px;
	text-align: center;
}

#splashbox a {
    text-decoration: none;
    padding: 0;
    margin: 0;
}

img#splashpic {
    border: 8px solid white;
    margin: 2em;
}

a#enter {
    text-decoration: none;
}

a#enter img {
    border: 5px solid black;
}

a#enter img:hover {
    border-color: white;
}
