body {
  background-color: #C81400;
  color: #FFFFFF;
  font: 10px Verdana;
  margin: 0px;
  padding: 0px;
}

a {
  color: #FFFFFF;
}

p {
 font-size: 12px;
}

table.align {
  height: 100%;
  width: 100%;
}

#titlegraphic {
  background-image: url("/images/intro/intro-menu.jpg");
  width: 625px;
  height: 375px;
}

#menu {
  position: relative;
}

#menu a {
  background-image: none;
}

a#services  {
  width: 93px;
  height: 61px;
  position: absolute;
  left: 57px;
  top: 40px;
}
a#about {
  width: 77px;
  height: 71px;
  position: absolute;
  left: 73px;
  top: 103px;
}
a#contact {
  width: 85px;
  height: 91px;
  position: absolute;
  left: 76px;
  top: 163px;
}

a#services:hover {
  background-image: url("/images/intro/m_ser-1.jpg");
  border: none;
}
a#about:hover {
  background-image: url("/images/intro/m_abo-1.jpg");
  border: none;
}
a#contact:hover {
  background-image: url("/images/intro/m_con-1.jpg");
  border: none;
}

#lightbeam {
  width: 151px;
  height: 120px;
  position: relative;
  left: 159px;
  top: 67px;
}