In the forums overall_header.tpl the margins have been set, but in your theme.php they have not
example: overall_header.tpl code
Code:
<body bgcolor="#E5E8EE" text="#000000" link="#364D67" vlink="#2C3E52" marginwidth="10" marginheight="10" leftmargin="10" topmargin="10" background="themes/HeliusGray/forums/images/bg_main.gif" onload="PreloadImages();" />
theme.php
Code:
echo "<body bgcolor=\"#848E5C\" text=\"#000000\" leftmargin=\"10\" topmargin=\"10\" marginwidth=\"10\" marginheight=\"10\">";
mikem