Skal billedet vises fast kan du tilføje
background-attachment:fixed;
og centreret så tilføj
background-position:center;
Så ser det så'n ud!
<style type="text/css">
<!--
BODY {
background-image: url(link til dit billede.jpg);
background-repeat: no-repeat;
background-attachment:fixed;
background-position:center;
}
-->
</style>