body {
  color: white;
  font-family: Verdana;
  text-align: center;
  background-color: wheat;
  background-image: linear-gradient(to right, rgba(0,0,0,1), rgba(0,0,0,0), rgba(0,0,0,0), rgba(0,0,0,1)), 
    url("/wheat/wheat.png"),
    url("/wheat/clouds.gif");
  background-repeat: no-repeat, repeat-x, repeat;
  background-attachment: fixed;
  background-position: bottom;
}