* {
  font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
  margin: 0;
  padding: 0;
  line-height: 150%;
  font-weight: normal;
  font-style: normal;
}

strong {
  color: black;
  font-weight: bold;
}

p, li {
  font-size: 12px;
  margin-bottom: 10px;
  list-style-position: outside;
  list-style-type: none;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  color: #555;
}

a:link, a:visited {
  color: #333;
}

a:hover {
  color: black;
  text-decoration: none;
}

body {
  background: url(images/background.png) repeat-x 0 0;
}

#iphone {
  width: 300px;
  background: url(images/iphone.png) no-repeat center -50px;
  height: 600px;
}

h1 {
  font-size: 42px;
  color: #ccc;
  margin: 0;
  padding: 0;
}

#wrapper {
  margin-right: auto;
  margin-left: auto;
  margin-top: 0;
  padding: 0;
  width: 600px;
}

h2 {
  margin-bottom: 20px;
  padding: 0;
  font-size: 18px;
  color: black;
}

h3 {
  font-size: 13px;
  color: #666;
  margin-bottom: 25px;
  margin-top: 0;
  padding: 0;
}

#logo {
  width: 225px;
  float: left;
  position: relative;
  top: 0;
}

.appstore {
  margin-top: 40px;
}

#icon {
  margin-top: 25px;
}

#intro img {
  vertical-align: middle;
  margin-right: 25px;
  width: 90px;
  margin-bottom: 10px;
}

#footer {
  font-size: 10px;
  clear: both;
  text-align: left;
  padding-left: 20px;
}

#footer p {
  color: #999;
  font-size: 9px;
}

#footer a {
  color: #666;
  text-decoration: none;
  font-weight: bold;
}

#content {
  width: 275px;
  top: 0;
  position: relative;
  float: right;
}

#intro {
  color: #333;
  margin-bottom: 65px;
  text-align: center;
  margin-left: -20px;
  padding-top: 50px;
}

a img {
  border: 0;
}