Le istruzioni di stile dovresti eventualmente inserirle nella head del documento:

codice:
<head>

   ...

   <style type="text/css">
   body
   {
      background:#000 url('percorso/immagine_sfondo.jpg') no-repeat 50% 50%;
   }
   </style>

</head>
Hai letto l'articolo?