body	{
	background: black;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

a {
	color: white;
}

a:hover	{
	color: black;
	background: white;
}

div.definition {
	padding: 0px;
	color: white;
	width: 630px;
	height: 120px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -315px;
	margin-top: -60px;
}

div.definition dt {
	color: #3875d7;
	font: 3em Georgia, "Times New Roman", Times, serif;
}

div.definition dd {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

.emphasis {
	color: #FCFF52;
}

#footer {
	position: fixed;
	bottom: 0;
	left: 0;
	text-align: center;
	width: 100%;
	padding: 10px 0;
	z-index: 2;
	
}