<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "
http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="
http://www.w3.org/1999/xhtml"><head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<style type="text/css">
<!--
body {
margin: 0px;
}
.menu {
background-image: url(images/menu.jpg);
background-repeat: repeat-y;
vertical-align: top;
height: 100%;
width: 160px;
}
.top {
background-image: url(images/top.jpg);
background-repeat: repeat-x;
vertical-align: top;
height: 100%;
}
-->
</style>
</head>
<body>
<table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="menu">
<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td style="vertical-align: top"><img src="images/logo.jpg" alt="" width="160" height="179" /></td>
</tr>
</table>
</td>
<td class="top">
<table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="50"> </td>
</tr>
<tr>
<td style="vertical-align: top" height="100%">Dette er forsiden</td>
</tr>
<tr>
<td style="text-align: center">©</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>