1. body {
  2. background: -webkit-gradient(linear, left top, left bottom, from(#a7a7a7), to(#575757));
  3. background: -webkit-linear-gradient(top, #a7a7a7, #575757);
  4. background: -moz-linear-gradient(top, #a7a7a7, #575757);
  5. background: -ms-linear-gradient(top, #a7a7a7, #575757);
  6. background: -o-linear-gradient(top, #a7a7a7, #575757);
  7. background-color:#a7a7a7;
  8. }