the simplest code is

PHP Code: 
.main-background
{
  
margin0 auto;
  
padding0;
  
background-color#DBE5EB;
  
background-imageurl('images/page_t.jpg');
  
background-repeatno-repeat;
  
background-attachmentfixed;
  
background-positiontop center;
  
font-familyArialHelveticaSans-Serif;
  
font-stylenormal;
  
font-weightnormal;
  
font-size12px;
  
color#40535E;

this is what i use for image backgrounds