Here is an image of what I am talking about:
http://img106.imageshack.us/img106/943/image2ja4.jpg
And here is the code:
CODE
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>Title</title>
<style type="text/css">
body {background-color: #000000;}
a:link {color: #000000;
text-decoration: underline;}
a:active {color: #000000;
text-decoration: underline;}
a:visited {color: #000000;
text-decoration: underline;}
a:hover {color: #ff0000;
text-decoration: underline;}
table.main {border-width: 0px 0px 0px 0px;
border-spacing: 0px;
background-color: #e7772b;}
table.main td {border-width: 0px 0px 0px 0px;
padding: 0px;
background-color: #e7772b;
vertical-align: top;}
img {border: 0px;}
#news {background-image: url(images/news.jpg);
height: 100px;
width: 450px;}
#matches {background-image: url(images/matches.jpg);
height: 100px;
width: 450px;}
#content {height="700";
width: 877px;}
#bottom {background-image: url(images/bottom.jpg);
height: 50px;
width: 900px;
text-align: center;}
</style>
</head>
<body>
<table class="main">
<tr><td colspan="2"><img src="images/ban.jpg" alt="Team NAT." /></td></tr>
<tr><td colspan="2"><img src="images/nav.jpg" alt="Navigation" usemap="#nav" id="image1" /></td></tr>
<tr><td id="news">
<p> <a href="index.htm">Welcome to the new site</a><br />
<a href="index.htm">Team NAT. is formed</a><br />
<a href="index.htm">BlizzCon tickets sold out</a></p></td>
<td id="matches">
<p> [Win] August 14, 2008 vs. RA3 <a href="matches.htm">(Replay)</a><br />
[Loss] August 14, 2008 vs. RA3 <a href="matches.htm">(Replay)</a><br />
[Win] August 14, 2008 vs. RA3 <a href="matches.htm">(Replay)</a></p></td></tr>
<tr><td colspan="2">
<table class="main">
<tr><td><img src="images/left.jpg" alt="Left" /></td>
<td id="content"><p>Main Text Section</p></td>
<td><img src="images/right.jpg" alt="Right" /></td>
</tr>
</table></td></tr>
<tr><td id="bottom" colspan="2"><br />© 2008 NAT. All rights reserved. Site by Samuel Sifter. Site viewed best with <a href="http://www.mozilla.com/en-US/firefox/" target="_blank">Firefox</a>.</td></tr>
</table>
</body>
</html>