html {
  height: 100%;
}

body {
  color: #555;
  background: #efefef;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 14px;
  line-height: 1.5em;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

#container {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 25px;
}

#wrapper {
  clear: both;
  position: relative;
  margin: 20px auto;
  padding: 0 20px 20px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #fff;
}

h1, h2, h3 {
  font-weight: 700;
  line-height: 1em;
}

h1 {
  font-size: 2.625em;
}

h2 {
  font-size: 2.25em;
}

h3 {
  font-size: 1.875em;
}
