[HTML] Newsbox will nicht

Schatti
Ich habe diesen Code hier. Da sollte eigentlich die Newsbox an der richtigen Stelle sein aber sie wird immer an der falschen Stelle angezeigt und ich bekomme es dort auch nicht mehr weg.

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:
43:
44:
45:
46:
47:
<html>
                      <head>
                      <title>Natalie und Toffee</title>
                      
                      <style type="text/css">
                      <!--
                      body {
                      scrollbar-face-color: #FFCC7F;
                      scrollbar-highlight-color: #505050;
                      scrollbar-3dlight-color: #FFCC7F;
                      scrollbar-darkshadow-color: #FFCC7F;
                      scrollbar-shadow-color: #505050;
                      scrollbar-arrow-color: #505050;
                      scrollbar-track-color: #FFCC7F;
                      }
                      a:link {
                      color: #000000;
                      text-decoration:none;
                      }
                      a:visited {color: #000000;
                      text-decoration:none;
                      }
                      a:active {color: #000000;
                      text-decoration:none;
                      }
                      a:hover {color: #505050;
                      text-decoration:none;
                      }
                      -->
                      </style>
                      </head>
                      
                      <body bgcolor="#FFCC7F"          style="background-image:url(http://www.oyla24.de/userdaten/767/25133/bilder/stueckdesignverbindung.png)"><body style="overflow-x:hidden; overflow-y:show">
                      <div style="position: absolute; left: 0px; top: 0px;">
                      <img src="http://www.oyla24.de/userdaten/767/25133/bilder/23hvbiv11111111.png" border="0">
                      <div style="position: absolute; left: 267px; top: 240px; width: 675px">
                      <span style="font-family:Perpetua; font-size:16px; color:#000000">%content%</span>
                      </div> 
                      
                      <div style="position: absolute; left: 85px; top: 488px; width: 169px;">
                      <span style="font-family:Perpetua; font-size:16px; color:#000000">%navigation_v%</span>

<div style="position: absolute; left: 85px; top: 395px; width: 169px;">
                      <span style="font-family:Perpetua; font-size:16px; color:#000000">Hier kommen die News rein</span>
                      
                      </body>
                      </html>