#bottomMenu {
	border: solid 1px #231F20;
	background-color: #d2232a;
	height: 20px;
	font-size: 10px;
	color: #FFFFFF;
}
#bottomMenu a, #bottomMenu a:link, #bottomMenu a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#bottomMenu a:hover {
	text-decoration: underline;
}
#bottomMenu td {
	padding: 4px 10px 0px 10px;
}
#loginButton {
	width: 20px;
	height: 20px;
	float: left;
}
#credits {
	margin: 10px auto 0px auto;
	width: 778px;
	font-size: 10px;
	text-align: center;
}