[HTML] Problem mit Design

PS-Waldhof
Ich habe ein Endless Design aber das Bild für dieses Erweiterungstück wird nicht angezeigt. Hier die Seite und hier der Code.
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:
48:
49:
50:
51:
52:
53:
54:
55:
56:
57:
58:
59:
60:
61:
62:
63:
64:
65:
66:
67:
68:
69:
70:
71:
72:
73:
74:
75:
76:
77:
78:
79:
80:
81:
<html>
      <head>
      <title>Privatstall Waldhof</title>
      <style type="text/css">
      <!--
     body {
     background-color: #ffffff; 
     margin: 0; 
     font-family: Verdana; 
     font-size: 12px; 
     color :#000000;
     background-image: url(http://http://www.oyla20.de/userdaten/985/89844/bilder/stueck.png); 
     background-repeat: repeat-y;
     }
      a:link {
      color: #000000;
      text-decoration:none;
      }
      a:visited {
      color: #000000;
      text-decoration:none;
      }
      a:active {
      color: #000000;
      text-decoration:none;
      }
      a:hover {
      color: #000000;
      text-decoration:none;
      }
      #content {
      overflow: visible; 
      position: absolute; 
      width: 681px; 
      height: 488px; 
      left: 93px; 
      top: 362px;
      }
      #navigation {
      overflow: visible; 
      position: absolute; 
      width: 185px; 
      height: 220px;
      left: 40px; 
      top: 260px; 
      }
    h1 {
                       display: block;
                       border-bottom: 1px solid #000000;
                       font-family: Verdana;
                       font-size: 12px;
                       color: #000000;
                       font-weight: bold;
                       }
      -->
      </style>
      </head>
      
      <body>
      
      <!-- Start Design -->
      <img border="0" src="http://www.oyla20.de/userdaten/985/89844/bilder/abc.png" scroll="no" bgproperties="fixed"
      align ="left" style ="position: absolute; top: 0; left: 0">
      <!-- End Design -->
      
      
      <!-- Start Content -->
      <div id="content">
      %content%
      </div>
      <!-- End Content -->
      
      
      <!-- Start Navigation -->
      <div id="navigation">
      %navigation_v%
      </div>
      <!-- End Navigation -->
      
      </body>
      </html>
Ileina
.
PS-Waldhof
Man bin ich mal wieder blind geschockt
Danke hat natürlich gleich funktioniert