Wie ändere ich Code zu Endloss Design?

Schatti
Das ist mein derzeitiger Designcode.
Ich möchte gerne dadraus ein Endloss Design machen das ein Streifen hat der sich dann so lange wiederholt wie der Inhalt im Main ist. Das Menü soll so bleiben wie es ist.
Ich habe es nun schon versucht, leider ohne Erfolg.

code:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
<html>
<head>
  <title>VRH Goldene Sonne</title>

  <link rel="stylesheet" href="style.css" type="text/css">

</head>


<body>
<body background="hgbild.jpg">

<div id="HG" style="position: absolute; top: 0px; left:0px;"><img src="design.jpg" border="0" height="1000px" width="1333px"></img></div>

<div id="Frame" style="position: absolute; top: 506px; left: 360px;"><iframe src="main.html" name="main.html" frameborder="0" height="494" scrolling="auto" width="890"></iframe></div>

<div id="Frame" style="position: absolute; top: 516px; left: 100px;"><iframe name="menue.html" border="0" src="menue.html" frameborder="0" height="427" scrolling="auto" width="247"></iframe></div>

</body>
</html>
Ileina
.
Schatti
Ui vielen dank!
Doch irgendwie stimmt da was nicht. Brauche ich dann noch die index Seite überhaupt?
Ileina
.