html, body {
	margin: 0px;
	padding: 0px;
	font-family: Century Gothic, Verdana, Arial, Helvetica;
	font-size: 16px;
	color: #666;
	background-color: #fff;
	height: 100%;
}

a {
	text-decoration: none;
	color: #652C90;
}

a:hover {
	text-decoration: underline;
}

#splashBody {
	padding: 180px 10px 0px 10px;
	margin-left: auto;
	margin-right: auto;
}
