body {
	background-color: black;
	font: 0.85em Verdana, "Lucida Grande", Lucida, sans-serif;
}

div#left {
	padding: 100px;
	width: 310px;
}

div#center {
	margin-top: 228px;
	width: 150px;
	position: absolute;
	left: 470px;
	top: 0;
}

div#right {
	position: absolute;
	left: 660px;
	margin-top: 107px;
	top: 40px;
}

span.white {
	color: white;
}

span.yellow {
	color: yellow;
	font-size: 0.8em;
}

p {
	color: #a8fbfd;
}

a:link {
	color: yellow;
	text-decoration: none;
	font-size: 0.8em;
}

a:visited {
	color: yellow;
	text-decoration: none;
	font-size: 0.8em;
}

a:hover {
	text-decoration: underline;
}

a:link.white {
	color: white;
	font-size: 1em;
}

a:visited.white {
	color: white;
	text-decoration: none;
	font-size: 1em;
}

a:hover.white {
	text-decoration: underline;
}
