body
{
background-image: url(../images/bm-sm.jpg);
background-repeat: no-repeat;
background-attachment: fixed;
background-position: left, top;
}

/* Setting the body tag with a background-image attribute
set to background-repeat: no-repeat; will only display the image one time 
(repeat is the default setting) */