body {
  background-image: url("background.png");
  background-color: #FFFFFF;
  margin-left: 0px;
  margin-top: 0px;
}
.home {
  width: 80px;
  height: 42px;
  background: url("images/home.png") no-repeat;
}
.home:hover {
  background: url("images/homehover.png") no-repeat;
}
.services {
  width: 92px;
  height: 42px;
  background: url("images/services.png") no-repeat;
}
.services:hover {
  background: url("images/serviceshover.png") no-repeat;
}
.contact {
  width: 94px;
  height: 42px;
  background: url("images/contact.png") no-repeat;
}
.contact:hover {
  background: url("images/contacthover.png") no-repeat;
}
.about {
  width: 101px;
  height: 42px;
  background: url("images/about.png") no-repeat;
}
.about:hover {
  background: url("images/abouthover.png") no-repeat;
}