body {
  background-color: #4E5358;
  font-family: Arial;
  font-size: 12px;
  margin: 0;
  padding: 0;
}

#main {
  max-width: 768px;
  position: relative;  
}

#header {
  background-image: url(images/header-bg.png);
  background-repeat: repeat-x;
  height: 62px;
  width: 100%;
  text-align: left;
  position: absolute;
  z-index: 2;
}

#backgroundimage {
  z-index: 1;
  position: absolute;
  top: 52px;
}

#backgroundimage img {
  max-width: 100%;
}

#links a {
  width: 220px;
  height: 25px;
  background-image: url(images/link-bg.png);
  background-repeat: repeat-x;
  text-align: left;
  padding-top: 5px;
  position: absolute;
  z-index: 3;
  font-face: arial;
  font-weight: bold;
  font-size: 18px;
  color: #e4040e;
  text-decoration: none;
  
}