All done by the Gloss Black template CSS...
To change main body to black w/white text;
Code:
#mainWrapper {
background-color: #000000;
color: #ffffff;
text-align: left;
vertical-align: top;
border: 1px solid #000000;
}
To change sidecolumns to black; As Kobra said, change those to black. That will change the outer perimeter color.
To change sidebox contents to black, while keeping the main text white;
Code:
.rightBoxContent, .leftBoxContent, .sideBoxContent {
background-color: #000000;
color: #ffffff;
padding: 0.5em;
font-size: 1.1em;
}
The rest of the text/links portion, is up to you.