body { 
  background-color: #d7d7d7;
  font-family: sans-serif; 
}
a, a:visited, a:hover {color: #00a0cc;}
a {text-decoration: none;}
a:hover {text-decoration: underline;}

.container { background-color: #fff; }
#footer {margin: 20px;}
#slogan {display:none;}

#main-content {
  margin: 20px 0 20px 40px;
  font-size:1.1em;
}

#main-content a {
  font-weight: bold;
}

#intro {
  font-size:1.2em;
  line-height:1.5em;
  font-weight: bold;
}

#screenshots {
  text-align: center;
  margin-top: 10px;
}

#large-screenshot img {
  margin: 10px auto;
}

#small-screenshots img {
  margin: 10px 15px;
}

/* download button */

#download-button {
  margin: 20px auto;
  width: 300px;
  text-align: center;
  font-size: 1.8em;
}

#download-button a.button {
  float:none;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  background-color: #00a0cc;
  font-family: sans-serif;
  font-weight: normal;
  color: #fff;
  border-color: #00a0cc;
  padding: .4em .1em;
  margin-right: 0;
}


#download-button button:hover, #download-button a.button:hover{
  background-color:#0090b8;
  border:1px solid #0090b8;
  color:#fff;
  text-decoration: none;
}

a.button:active{
  background-color:#0090b8;
  border:1px solid #0090b8;
  color:#fff;
}

#footer {
  padding: 10px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}