[HTML] Problem mit Table Layout

MissFreaky
Ich hab ein Problem mit meinem Table Layout. Zwischen dem Header und der Tabelle ist ein kleiner weißer Streifen, wie bekomm ich den weg?

http://home.arcor.de/rv-calvano/test.htm

code:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
35:
36:
37:
38:
39:
40:
41:
42:
<html>

<head>
<meta http-equiv="Content-Language" content="de">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>Neue Seite 1</title>
</head>

<body topmargin=0 background="http://home.arcor.de/rv-calvano/hg33.png">

<div align="center">
<center>
<img src="http://home.arcor.de/rv-calvano/logo123.png" width="653" height="385">
</center>
</div>

<div align="center">
  <center>
  <table border="0" width="653" background="http://home.arcor.de/rv-calvano/516.png">
    <tr>
      <td width="139" align="center">TEXT
        <p>TEXT</p>
        <p>TEXT</p>
        <p>TEXT</p>
        <p>TEXT</p>
        <p>TEXT</td>
      <td width="500" align="center">TEXT
        <p>TEXT</p>
        <p>TEXT</p>
        <p>TEXT</p>
        <p>TEXT</p>
        <p>TEXT</td>
    </tr>
  </table>
  </center>
</div>

</body>
</html>


Ich hoffe jemand kann mir helfen.

.MissFreaky
Julia
probiers mal so:

<html>

<head>
<meta http-equiv="Content-Language" content="de">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>Neue Seite 1</title>
</head>

<body topmargin=0 background="http://home.arcor.de/rv-calvano/hg33.png">

<div align="center">
<center>
<img src="http://home.arcor.de/rv-calvano/logo123.png" width="653" height="385">
</center>
</div>

<div align="center">
<center>
<table border="0" width="653" background="http://home.arcor.de/rv-calvano/516.png">
<td width="139" align="center">TEXT
<p>TEXT</p>
<p>TEXT</p>
<p>TEXT</p>
<p>TEXT</p>
<p>TEXT</td>
<td width="500" align="center">TEXT
<p>TEXT</p>
<p>TEXT</p>
<p>TEXT</p>
<p>TEXT</p>
<p>TEXT</td>
</tr>
</table>
</center>
</div>

</body>
</html>
MissFreaky
Nee, funzt net... unglücklich
MissFreaky
Hat sich erledigt. Kann geschlossen werden.
yase
-