In the body tag, type bgcolor="#000".
Example:
<body bgcolor="#000">
You will also have to give the main table a white background as well. So find the first <table> tag and add bgcolor="#fff".
Example:
<table width="760" border="0" cellspacing="0" cellpadding="0" align="center" bgcolor="#fff">
Rowan