No sé si te das cuenta de que en tu css declaras el color del body e inmediatamente lo contradices:
Cita: /* By default (td, body..) use Verdana in black. */
body, td, th
{
color: #FFFFFF;
font-size: x-small;
font-family: verdana, sans-serif;
background-color: #545B53
}
/* The main body of the entire forum. */
body {
background: #000000
}