Hallo Frankie!
<body background="../back/bg_res_1.jpg" STYLE="background-repeat: no-repeat;" BGCOLOR="White" onLoad="setup(); startup(); BEWEGUNG();">
Gebe alle Angaben zum Bg-Bild mit CSS an.
body {
background-image:url('http://www.deindomain/back/bg_res_1.lpg');
background-repeat:no-repeat;
background-color:white;
}
die URL ist deshalb absolut, weil IE und NS relative Pfade unterscheidlich interpretieren(Falls du eine externe CSS-Datei verwendest)
Grüße
Thomas