It might be because your div in the middle has width 898 and 1px border.
Try adding a <div style="margin: 0 auto; width:900px"> around the table in the header:
HTML Code:
<div style="margin: 0 auto; width: 900px;"><table width="892" cellspacing="0" cellpadding="0" border="0" align="center">
<tbody><tr>
<td align="left"><a href="index.php"><img border="0" title="Trasion ? Web Based Software and Graphic Development" src="images/zoovix/misc/header.png" alt="Trasion ? Web Based Software and Graphic Development"/></a></td>
<td align="right" id="header_right_cell">
</td>
</tr>
</tbody></table>
</div>