Hi poldi,
background: url(images/btm4.gif) bottom left fixed no-repeat;
<body bgcolor="#333333">
Doch warum wird keine Bildschirmfarbe dargestellt?
weil du mit background: die Hintergrundfarbe auf ihren Ausgangswert zurücksetzt. Lösung:
background:#333 url(images/btm4.gif) bottom left fixed no-repeat;
Grüße,
Roland