BODY{
  background-image : url(wall.jpg);
  background-repeat : no-repeat;
  background-attachment : fixed;
  background-position : center bottom;
  color : black;
  background-color : #f9f0e9;
  font-size : 10pt;
  font-family : "MS UI Gothic";
  margin-top : 50px;
  margin-left : 50px;
  margin-right : 50px;
  margin-bottom : 50px;
}
P{
  padding-bottom : 10px;
}
