
/* Optional: Makes the sample page fill the window. */
html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}

#page{
  max-width:980px;
  margin-left:auto;
  margin-right:auto;
}
