html {-webkit-text-size-adjust: none}

body {
  background-color: #FFF;
  color: #333;
  font-family: Georgia, serif;
  font-size: medium;
  margin: 0;
}

div#content {
  padding: 0 60px 60px 60px;
  margin-right: 360px;
  background-color: #FFF;
  line-height: 150%;
  max-width: 800px;
}

div#screenshot {
  position: absolute;
  top: 0;
  right: 20px;
}

div#header {
  background-color: #333;
  padding: 60px 20px;
  
}

h1 {
  background: url(logo.png) no-repeat left top;
  margin: 0;
  text-indent: -9999px;
  height: 121px;
}

h2 {
  margin-top: 60px;
  font-size: 180%;
  line-height: 120%;
  color: #000;
}

h3 a {
  background-color: #333;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border: 4px solid #000;
  padding: 40px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: #FFF;
  font-size: 180%;
  line-height: 100%;
  font-weight: normal;
  font-style: italic;
}

h3 a:hover { background-color: #444; }

h3 a span { color: #FF3; }

ul, ol { padding: 0; }

ul li, ol li { margin-bottom: 8px; }

code { color: #333; }
