Christian: Vertikal mittig angeordneter Text

Beitrag lesen

Hallo und vielen Dank, dass du dir die Zeit nimmst.

Ich habe folgendes Problem:
Theoretisch müsste das EU-Banner auf christianschubert.biz/eu(exemplarische Site) vertikal immer in der Mitte sein, was sich eigentlich auch aus dem Quellcode ergeben sollte:

--------------------code----------------------------
<head>
<!--
body {
 margin-left: 0px;
 margin-top: 0px;
 margin-right: 0px;
 margin-bottom: 0px;
}
-->
</style></head>

<body>
<table width="100%" table height="100%" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td valign="middle"><img src="eu.gif" width="306" height="302"></td>
  </tr>
</table>
</body>
</html>
--------------------code----------------------------

Wie bekomme ich das Banner genau in die Mitte?
Vielen Dank,
Chris.