
ul, li {
  margin: 0px;
  padding: 0px;
}

#stripes {
  z-index: -10;
  margin-top: 300px;
}

#top-stripe {
  width: 100%;
  height: 40px;
  background-color: #53B649;
}

#bottom-stripe {
  height: 80px;
  background-color: #1B7810;
}

#container {
  position: relative;
  top: -420px;
}

#iphone-mockup {
  float: left;
  width: 250px;
  height:474px;
  background: url(/images/iphone-apps/shared/mockup-250px-wide.png);
}

.slideViewer {
  position: relative;
  top: 98px;
  left: 23px;
}

.breakout {
  background: rgba(40, 40, 40, 0.8);
  color: #fff;
}

#breakout {
  margin: 60px 0px 0px 350px;
  padding: 30px;
  padding-bottom: 10px;
}

#otherinfo {
  clear: both;
  margin-top: 115px;
}

.item {
  padding: 20px;
  margin-bottom: 25px;
}

#leftColumn {
  margin-right: 280px;
}

#rightColumn {
  float: right;
  width: 250px;
}

h2,h3 {
  color: #1FD400;
  font-family: helvetica;
}

h2 {
  font-weight: bold;
}

h3 {
  font-size: 20px;
}

#download_link {
  text-align: center;
}
#download_link img {
  border: 0px;
}