body {
	background: #000;
	color: #fff;
	font-family: Verdana, sans-serif;
}
#center {
	margin: 60px auto;
	width: 800px;
	text-align: center;
}

#spytext {
	color: #000;
}

#devlinks{
	position: absolute;
	bottom: 0px;
	right: 0px;
	padding: 10px;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #ddd;
}