body{
  background: url("pics/background.bmp");
  background-attachment: fixed;
  background-repeat: repeat-x;
  background-position: top;
  background-color: rgb(x,y,z);
  margin-left: auto;
  margin-right: auto;
}
