body
{
	font-family: tahoma;
	font-size: 15px;
	margin: 0;
	background-color: #000;
	vertical-align: middle;
}
#credits{
	background-color: #ffffb3;
	display: block;
	padding: 5px 0 10px 0;
	text-align: center;
	font-size: 11px;
	color: #2f3a4f;
}

#credits A{
	color: 2f3a4f;
	display: inline;
	text-decoration: none;
	margin-right: 12px;
}
#credits A:hover{
	text-decoration:underline;
}

