/* PAGE BACKGROUND */
.HeadBg {
}

Body {
background-image: url('bg.jpg'); 
background-attachment: fixed ; 
background-repeat : repeat; 
background-position : "center";
}
.ControlPanel {
}