html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background: #071010;
	color: #B8B8B8;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 76%;
	text-align: center;
}

a {
	color: #B8B8B8;
	font-size: 2.0em;
	text-decoration: none;
}

a:hover {
	color: #505050;
	font-size: 2.0em;
	text-decoration: none;
}

#x {
	width: 50%;
	height: 15%;
	left: 25%;
	top: 40%;
	position: absolute;
	color: #707070;
}

#holts {
	color: #CCCCCC;
}

#title {
	font-size: 3em;
}

.main a {
	color: #B8B8B8;
	font-size: 1.2em;
	text-decoration: none;
}

.main a:hover {
	color: #505050;
	font-size: 1.2em;
	text-decoration: none;
}