Here's my code. I want to make the first table continue down behind everything else to the bottom of the page. It's just a white background thing with gray borders on both sides. Help?
CODE
<style type="text/css">
body {
background:Url("http://i27.tinypic.com/wm1an5.png");
background-repeat: repeat;
margin: 0px 0;
font-family: trebuchet ms, sans serif;
font-size: 12px;
color: #F281A8;
text-align: justify;
line-height: 11px;
width: 1000px;
}
h1 {
color: #D2E7B7;
font-size: 18px;
line-height: 20px;
font-weight: normal;
background-color: transparent;
letter-spacing:0px;
font-family: arial;
text-transform: uppercase;
text-align: center;
text-transform: none;
text-transform: uppercase;
}
</style>
<table width="855" align="center" style="border-right:#D7D7D7 3px solid; border-left:#D7D7D7 3px solid;" bgcolor="#FFFFFF">
<tr>
<td><center><img src="http://i31.tinypic.com/vpezk1.jpg"></center></td>
</tr>
</table>
<table width="849" align="center" border="1">
<tr>
<td width="200"><h1>Updates</h1></td>
<td width="633"> </td>
</tr>
<tr>
<td> </td>
<td> </td>
</tr>
</table>
body {
background:Url("http://i27.tinypic.com/wm1an5.png");
background-repeat: repeat;
margin: 0px 0;
font-family: trebuchet ms, sans serif;
font-size: 12px;
color: #F281A8;
text-align: justify;
line-height: 11px;
width: 1000px;
}
h1 {
color: #D2E7B7;
font-size: 18px;
line-height: 20px;
font-weight: normal;
background-color: transparent;
letter-spacing:0px;
font-family: arial;
text-transform: uppercase;
text-align: center;
text-transform: none;
text-transform: uppercase;
}
</style>
<table width="855" align="center" style="border-right:#D7D7D7 3px solid; border-left:#D7D7D7 3px solid;" bgcolor="#FFFFFF">
<tr>
<td><center><img src="http://i31.tinypic.com/vpezk1.jpg"></center></td>
</tr>
</table>
<table width="849" align="center" border="1">
<tr>
<td width="200"><h1>Updates</h1></td>
<td width="633"> </td>
</tr>
<tr>
<td> </td>
<td> </td>
</tr>
</table>