#forum-callout a {
	display: block;
	padding: 10px;
	background: #1A1A1A;
	color: #EEE;
	font-size: 2em;
	line-height: 1.1em;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}
#forum-callout a {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#forum-callout a:hover {
	background: #262626;
	color: #FFF;
}