?-)
F.eks.
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "
http://www.w3.org/TR/html4/loose.dtd"><html>
<head>
<title>Tabel med skaleret baggrundsbillede</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
html,body{height:100%;margin:0px;border:0px;padding:0px;font-family:tahoma,verdana,arial,sans-serif;font-size:small;}
#site{position:relative;width:960px;margin:0 auto;}
#backgroundImage{width:958px;}
#minTabel{position:absolute;top:0;left:0;width:958px;border;1px solid green;border-collapse:collapse;}
#minTabel td{border:1px solid red;}
</style>
</head>
<body>
<div id="site">
<img id="backgroundImage" src="
http://www.eksperten.dk/img/elogo.png"> <table id="minTabel">
<tr>
<td colspan="2">
Check linje 1, celle 1+2
<br><br><br><br><br><br><br></td>
<td>
Check linje 1, celle 3
<br><br><br><br><br><br><br></td>
</tr>
<tr>
<td>
Check linje 2, celle 1
<br><br><br><br><br><br><br></td>
<td style="text-align:center;">
Check linje 2, celle 2<br>
Eneste celle med centreret indhold</td>
<td>
Check linje 2, celle 3
<br><br><br><br><br><br><br></td>
</tr>
</table>
</div>
</body>
</html>