this is the CSS Coding you need for a black background
Code:
BODY {
MARGIN-TOP: 0 px; MARGIN-BOTTOM: 0 px; MARGIN-LEFT: 0 px; MARGIN-RIGHT: 0 px;
BACKGROUND-COLOR: #000000;
}
I don't appear to have TableSubHead in my CSS.. I do have a TableHead thou which changes the colour of the top bar of the tables in the center of the page.