do you mean from Repeating or just STATIC , as in ............ ALWAYS There? there are a couple of ways..
example : first you create a body class....
Code:
body#mybg {
background-attachment:fixed;
background-position:center top; (((( here you specify where you want your bg , center , left , right etc..))))
}
then in your <body> tag ( in the commun templates ) , you add something like ...
Code:
<body style="background-image: url(pathtoyourimg/img.jpg);" id="mybg">
that should work..