* {
  margin: 0;
  padding: 0;
  border: 0;
}

body, html {
  color: #000000;
  background: #DDD3BE url(../images2/bg_main.jpg);
  font: 12px Arial, Helvetica, sans-serif;
  height: 100%;
}

#intro {
  width:100%; 
  height:100%
  min-height: 100%;
}

#intro .info {
  text-align: center;
  padding-top: 200px;
}

#intro p {
  padding-bottom: 5px;
}
#intro a {
  color: #000000;
}
#intro h1 {
  font-size: 14px;
}