body {
  color: #444;
  font: 15px "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  line-height: 1.625;
  background-color: #fff;
}

.container {
  width: 456px;
  padding: 12px;
  margin: auto;
}

.wrapper {
  background-color: #f8f8f8;
}

#header, #footer {
  background-color: #000;
  color: #fff;
}

#header {
  height: 100px;
}
#header h1 {
  font-size: 24px;
  text-align: right;
  margin-top: 64px;
}

#content {

}
#content p {
  margin-bottom: 16px;
}
#content b {
  font-weight: bold;
  color: #222;
}
#content #video {
  text-align: center;
  margin-bottom: 16px;
}
#content #video iframe {
  -moz-box-shadow: 0 0 4px #888; 
  -webkit-box-shadow: 0 0 4px #888; 
  box-shadow: 0 0 4px #888; 
}
#content #screenshots {
}
#content #screenshots a {
  display: inline-block;
  float: left;
  margin: 0 10px 20px 14px;
  padding: 0;
  line-height: 0;
  
  -moz-box-shadow: 0 0 4px #888; 
  -webkit-box-shadow: 0 0 4px #888; 
  box-shadow: 0 0 4px #888; 
  
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
#content br {
  clear: both;
}

#footer {
}
#footer a {
  float: left;
  color: #eee;
}
#footer #copyright {
  display: block;
  text-align: right;
}

.cool-number {
  font-family: georgia;
}


