PHP Code:
#someId
{
  
background-imageurl(../images/yourimage.gif); //use relative file path
  
background-positiontop left//(top/center/bottom left/center/right) or (x-% y-%) or (x-pos y-pos)
  
background-repeatrepeat-x//or repeat or repeat-y or no-repeat
  
background-attachmentscroll//or fixed

Look at w3schools.com for comprehensive tutorials on this and other subjects, and interactive demos to get a feel for using the declarations.