body {
  margin:0;
  padding:0;
  background-color:#DFECF2;
}

p {
  margin:0;
}

#container {
  font-family:"Times", serif;
  background-color:white;
  box-shadow:inset 1px 1px 5px #8E8E8E;
  -webkit-box-shadow:inset 1px 1px 5px #8E8E8E;
  -moz-box-shadow:inset 1px 1px 5px #8E8E8E;
  border-radius:11px;
  -webkit-border-radius:11px;
  -moz-border-radius:11px;
  width:800px;
  margin:40px auto 10px auto;
  padding-left:40px;
  padding-right:40px;
}

#tagline {
  margin-right:20px;
  margin-top:-20px;
}

#tagline h1 {
  font-size:72px;
  font-weight:bold;
  text-align:center;
  margin-bottom:15px;
}

#tagline p {
  font-size:24px;
  font-weight:bold;
  text-align:center;
  margin-bottom:25px;
}

#logo {
}

#content {
  padding-bottom:20px;
}

.feature {
  margin:0px 20px 30px 0px;
}

.feature h2 {
  font-size:24px;
  font-weight:bold;
  margin-bottom:10px;
}

.feature p {
  margin-top:15px;
  margin-bottom:20px;
  line-height:1.4em;
}

#content p {
  font-size:18px;
}

#screenshots img {
  margin:10px;
}

#footer {
  text-align:center;
}