Her er hele html koden, den virker bare ikke....
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "
http://www.w3.org/TR/html4/loose.dtd"><html xmlns="
http://www.w3.org/1999/xhtml"><head runat="server">
<title id="Title1" runat=server>Website</title>
<style>
HTML, BODY {
color: #000000;
background-color : #eff0e7;
width: 100%;
height: 100%;
text-align: left;
margin: auto;
padding : 0px;
overflow: auto;
}
</style>
</head>
<body marginheight=0 marginwidth=0 topmargin=0 leftmargin=0>
<form id="Form1" runat="server">
<div id="main" align="center">
<table width="100%" height="100%" border=0 cellpadding=0 cellspacing=0 style="height:100%;">
<tr height="100%" style="height:100%;">
<td height="100%" style="height:100%;" valign=top align="center">
<table width="800" height="100%" cellpadding=0 cellspacing=0 bgcolor="#ffffff">
<tr>
<td valign=top>
<table cellpadding=0 cellspacing=0 width="800">
<tr valign=top>
<td align=center height="88">TOP IMAGE</td>
</tr>
<tr valign=top>
<td valign="top" align="center">
<table width="792" cellpadding="0" cellspacing="0">
<tr>
<td align="left" valign="middle" height="43">Menu</td>
</tr>
</table>
</td>
</tr>
<tr valign=top>
<td valign="top" align="center" height="89">RANDOM IMAGE</td>
</tr>
</table>
</td>
</tr>
<tr height="100%" style="height:100%;">
<td height="100%" style="height:100%;" valign=top>
<table width="800" height="100%" cellpadding="0" cellspacing="0">
<tr>
<td valign="top" align="center">
<table width="792" height="100%" cellpadding="0" cellspacing="0">
<tr>
<td valign="top" align="left" width="182">
<table width="100%" cellpadding=0 cellspacing=0>
<tr>
<td align=center>Left</td>
</tr>
</table>
</td>
<td valign="top" align="left">
<table width="100%" cellpadding=0 cellspacing=0>
<tr>
<td align=center>Middle</td>
</tr>
</table>
</td>
<td valign="top" align="left">
<table width="100%" cellpadding=0 cellspacing=0>
<tr>
<td align=center>Right</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td align="right" valign="bottom" height="34">BOTTOM - LOGO</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</div>
</form>
</body>
</HTML>