Allora il codice è così:

codice:
body {
        background-image:url(image/finale.bmp);
        background-repeat:repeat;
        }
Se lo vuoi per tutte le pagine naturalmente devi inserirlo in un file con estensione CSS (per esempio style.css) e poi richiamarlo in ogni file che ha il tuo sito mettendo nel tag <head></head> questa stringa:

codice:
<link href="style.css" rel="stylesheet" type="text/css">
Cosa usi per fare le pagine del sito?