html, body {
  background-image: url('/images/bg_intro.jpg');
}
#header {
  height: 93px;
  position: relative;
}
#header #items {
  position: absolute;
  bottom: -1px;
  left: 26px;
  border: 1px solid #ddd;
  border-bottom: none;
  width: 426px;
  background-color: #ffffff;
  z-index: 500000;
}
#header #items li {
  float: left;
  padding: 0 10px 0 0;
  margin: 0 5px;
  border-right: 1px solid #dddddd; 
}
#header #items li.last {
  border: none;
}
#header #logo {
  position: absolute;
  right: 15px;
  top: 26px;  
}
#items {
  color: #c1c58a;
  font-size: 14px;
  position: relative;
  height: 20px;
  left: -20px;
  margin: 0 0 0 -13px;
}
#items .lotes {
  position: absolute;
  top: 8px;
  left: 12px;
}
#items .mais_um {
  position: absolute;
  top: 5px;
  left: 57px;
}
#items .projecto {
  position: absolute;
  top: 8px;
  left: 72px;
}
#items .mais_dois {
  position: absolute;
  top: 5px;
  left: 231px;
}
#items .personalizacao {
  position: absolute;
  top: 6px;
  left: 244px;
}
.content {
  background-color: #ffffff;
  width: 924px;
  height: 468px;	
}
#footer {
  top: 5px;
}