I'm not familiar with how CS3 generates the code. If it uses tables then just make sure that border, cellpadding, and cellspacing are all set to zero.
HTML Code:
<table width="100%" border="0" cellpadding="0" cellspacing="0">
If it doesn't use tables (divs perhaps?) then post the code here so we may have a look at it.