1. Brug en fuldt kvalificeret og gyldig doctype ...
2. Et indhold i en tabelcelle er som standard centreret lodret, så du skal ændre det, hvis du vil have det i toppen:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "
http://www.w3.org/TR/html4/loose.dtd"><html>
<head>
<style type="text/css">
html,body{height:100%;margin:0px;border:0px;padding:0px;font-family:tahoma,verdana,arial,sans-serif;font-size:small;background:#191818;}
a,a:link,a:visited,a:hover{color:#efab18;}
</style>
<title>Opholdsstedet 4700</title>
</head>
<body>
<table style="background:url(
http://www.designb.dk/oph/Billeder/test_baggrund2.gif) center center no-repeat; width:1000px;height:1000px">
<tr>
<td style="vertical-align:top;">
<table align="center">
<tr>
<td style="font-family:verdana, tahoma, arial, sans-serif;font-size:small;color:#fff;text-align:center">
bla bla</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>