html, body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica;
	font-size: 16px;
	color: #666;
	background-color: #fff;
	height: 100%;
}

a {
	text-decoration: none;
	color: #666;
}

a:hover {
	text-decoration: underline;
}

.splashBody {
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 400px;
    height: 200px;
}

.logo {
    text-align: center;
    height: 100px;
    vertical-align: middle;
}

.info {
    text-align: center;
    height: 100px;
    vertical-align: middle;
}