
BODY{
  margin-left : 50px;
  line-height : 120%;
  background-color : black;
  background-image : url(../image/yard.jpg);
  background-repeat : no-repeat;
  background-position : 100% 100% ;
  background-attachment : fixed;
  margin-right : 230px;
}
A:HOVER{
  text-decoration : none;
  color : teal;
}
A{
  text-decoration : none;
  color : white;
}
SPAN{
  letter-spacing : -1px;
}
.menub{
  clear : right;
  float : right;
}
.menua{
  float : left;
}
.last{
  clear : both;
}
