html{ overflow-y : scroll; }

body
{ 
background-image:url('background.jpg');
background-repeat:repeat;
background-attachment:fixed;
background-position:top center;
}