body
{
	text-transform: uppercase;
	background-position: left top;
	background-repeat: no-repeat;
	background-image: url(bg.jpg);
	background-color: #f6f6f6;
	color: #9b9b9b;
	font: 10px/10px "Lucida Grande", Lucida, Verdana, sans-serif;
}

#content
{
	margin-top: 440px;
}

a {
	color: #656565;
	text-decoration: none;
	font-size: 10px;
	line-height: 10px;
}
a:hover{
	color: #000000;
	text-decoration: underline;
}
.darkness{
color: #656565;
	text-decoration: none;
	font-size: 10px;
	line-height: 10px;
}