body {
  background: url(http://www.stirlingpainting.com/images/bground_pattern.gif);
}

#nav {
  width: 751px;
  position: relative;
  left: 1px;
  background: #000;
  padding: 5px 0px;
}

#nav a {
  color: #eee;
  text-decoration: none;
  text-transform: uppercase;
  font: bold 12px Arial;
  letter-spacing: 1px;
  margin: 0 21px;
}

#nav a:hover {
  text-decoration: underline;
}

.hide {
  display: none;
}