﻿body {
  font-family: Arial, Helvetica, sans-serif;
  margin: 0;
  background-image: url(../pages/home.jpg);
  background-size: contain;
  background-repeat:no-repeat;
  background-attachment: fixed;
  background-position:center top;
  background-color:grey;
}