se vuoi parlare del programma dreamweaver non posso aiutarti
se vuoi sapere il codice per mettere uno sfondo su cui far scorrere il sito
codice:
body {
   background-image: url(tuaimmagine.estensione); /*dipende da te*/
   background-position: center; /*dipende da te*/
   background-repeat: no-repeat; /*dipende da te*/
   background-attachment: fixed /*questa è la parte più importante*/
}
attento che il rischio di rendere il sito inguardabile e/o illegibile è alto