1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
|
<html>
<head>
<title>Das Design</title>
</head>
<body bgcolor="#443842" style="background-image:url(bg.png); background-repeat:repeat-y">
<div style="position: absolute; left: 0px; top: 0px;">
<img src="header.png">
</div>
<div style="position: absolute; height:auto; width:525px; left:125px; top:425px; padding-bottom:2em;">TEXT</font>
</div>
<div style="position:absolute; height:auto; width:255px; left:675px; top:125px;">
MENÜ
</div>
<div style="left:0px; height:auto;">
<img src="footer.png">
</div>
</body>
</html> |