body {
  background: transparent url(splashimages/bg-body.jpg) no-repeat top left;
  color: #FFF;
  font-size: 76%;
  font-family: arial, sans-serif;
  text-align: center;
}

#top {
  background: transparent url(splashimages/bg-top.png) no-repeat top center;
  height: 90px;
  margin: 40px auto 30px auto;
}

#top h1 {
  display: none;
}

#content {
  background: transparent url(splashimages/bg-content.png) no-repeat top left;
  clear: both;
  display: block;
  width: 666px;
  height: 400px;
  margin: 0 auto;
  text-align: left;
}


#content h2 {
  display: none;
}

#content div {
  height: 109px;
  margin: 0 0 17px 0;
}

#content p {
  display: inline;
  float: left;
  font-size: 120%;
  font-weight: bold;
  line-height: 1.3em;
  height: 50px;
  margin: 46px 0 0 180px; 
  width: 340px;
}

#content ul {
  list-style: none;
  float: left;
  margin: 21px 0 0 0;
  width: 80px;
}

#content ul li {
  background: #000;
  float: left;
  margin: 0 0 3px 0;
  width: 80px;
}

#content #leisure ul li { background: #f8ad00; }
#content #business ul li { background: #0069be; }
#content #incentives ul li { background: #79ab00; }

#content ul li a {
  color: #FFF;
  float: left;
  font-weight: bold;
  text-decoration: none;
  padding: 3px 5px;
}

#content ul li a:hover {
  text-decoration: underline;
}