<html>
<head><title>A Company's Home Page</title></head>
<body bgcolor="#ffffff">
<table width =100% border="1" height=75%>
<tr>
<td colspan=2 align=center height=10%> Here is
the header graphic to your page.</td>
</tr>
<tr>
<td rowspan=2 width = 15% >Here is your "sidebar"
where you put navigation graphics- like buttons.</td>
<td height = 15%> Here is your company's logo next to
a photo of the friendly staff.</td>
</tr>
<tr>
<td width = 75% height=75%> Here is the body
text for your page.
</tr>
<tr>
<td colspan=2 height=5%> here the footer for your
page (which includes the text based navigation menu).</td>
</tr>
</table>
</body>
</html>