#Container {
	position: relative;
}


#donate {
	width: 165px;
	height: 65px;
	position: absolute;
	z-index: 999;
	top: 25px;
	left: 782px;
	background: transparent url(donate-now.png);
}
#donate a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	text-indent: -999px;
	outline: 0;
}

#board-state {
	width: 985px;
	margin-left: 6px;
}

#foot {
	padding-top: 20px;
	color: #999;
}
#foot a {
	color: #fff;
}
#foot ul {
	padding-bottom: 10px;
	text-align: center;
}
#foot ul li {
	display: inline;
}
#foot ul li a {
	padding: 0 3px;
}
#foot .copyright {
	font-size: 9px;
	text-align: center;
}
