body {
	background-color: #373737;
}

div.centertable {
	width: 950px;
	margin: 0 auto;
	text-align: center;
}

div.forum-image {
	background-color: #000000;
	border: 2px #FFFF66 solid;
  color: #D0D0D0;
	border-radius: 12px;
}

div.footer
{
	font-family: "Lucida Console", monospace;
	font-weight: normal;
	font-size: 9px;
	line-height: 1.2em;

	position: relative;
	width: 100%;
	text-align: center;
	margin-top: 2em;
	color: #C0C0C0;

	clear: both;
}

div.message
{
    margin: 1em 0;
    padding: 1em 0;
}