/* Layout */

html, body {
  margin: 0; padding: 0;
  background-color: #ffd;
}

div#header {
  position: relative;
  height: 98px;
  padding: 5px;
  margin-bottom: 25px;
  background-color: #fea;
  border-bottom: 2px solid;
}

div#content {
  position: relative;
  margin-left: 5px;
  margin-right: 5px;
  font-size: medium;
}

div#footer {
  clear: left;
  border-top: 2px solid;
  margin-top: 25px;
  padding-top: 10px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: small;
  /*background-color: #eee;
   *padding-bottom: 10000px;
   */
}

/* Footer */

div#footer div.notes {
  float: left;
  margin-left: 5px;
}

div#footer div.labels {
  float: right;
  margin-right: 20px;
}

