body {
  background-image: url(/images/backgrounds/bg_home.jpg);
}
div#top-panel {
  height: 370px;
}
div#top-left-panel {
  padding-top: 160px;
  float: left;
  width: 430px;
}
div#intro {      
  color: #ccc;
  font-size: 1.2em;
  padding-left: 8px;
}
div#panel-buttons {
  margin-top: 47px;
}
div#tour-button {
  float: right;
  margin-top: 8px;
  margin-right: -27px;
  width: 177px;
  height: 47px;
  cursor: pointer;
}
div#screenshots {
  margin: 30px 30px 0px 60px;
  float: left;
  width: 420px;
  height: 340px;
  cursor: pointer;
}
div.bottom-panel {
  height: 470px;
}
ul#bullets {
  margin-top: 85px;
  padding-left: 10px;
  list-style-type: none;
}
ul#bullets li {
  margin-top: 60px;
  height: 60px;
}
ul#bullets img {
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
}
ul#bullets h3 {
  font-weight: bold;
  margin-bottom: 10px;
}
div.deals {
  margin-top: 158px;
  margin-left: 5px;
}
ul#deals {
  padding-left: 0;
}
ul#deals li {
  list-style-type: none;
  display: inline;
}
div.package {
  float:left;
  width: 135px;
  margin-left: 14px;
}
div.package p.price {
  font-size: 20px;
  font-style: italic;
  font-weight: bold;
  font-family: Arial;
  color: #fa0858;
  margin-top: 3px;
}
ul#deals img {
  border: 3px solid #fa0858;
  margin-bottom: 7px;
}
div.footer {
  height: 50px;
  color: #707070;
}