body {
  font-family: "sintony", sans-serif, "Tahoma", "Geneva", "Arial";
  font-weight: 400;
  color: #666;
  background: #eee;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 0;
  margin: 0; }

#contentwrapper {
  background-color: #fff;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  min-height: 250px; }
