first off you need a right margin ( maybe a bottommargin too ) parameter in your body tag:
PHP Code:
<body leftmargin="0" rightmargin="0" topmargin="0" bottommargin="0" marginwidth="0" marginheight="0">
then to stretch the table across allthe way, you need to define the table width as '100%'
a table can only be as wide as the table it is inside .. so you might have to define your very first table as 100%
PHP Code:
<table width="100%" border="0" cellpadding="0" cellspacing="0">
if this doesn't work, let me know .. i can look into it further later.
your page design/layout looks excellent btw
