@page { margin: 50px; } /* All margins set to 2cm */

@page :first {
  margin-top: 220px;    /* Top margin on first page 10cm */
}




body {
  font: 95%/190% "Arial", "Verdana", sans-serif normal;
}


.head h1 a span,
#navigation {
  display: none;
}

.head,
.footer {
  position: fixed;
  width: 100%;
  min-width: 980px;
}

.head {
  top: 0;
  border-bottom: 1px solid;
  padding-bottom: 20px;
}

.head h1,
.head .mood {
 float: left;
}

.head .mood {
 float: right;
}

.footer {
  bottom: 0;
  border-top: 1px solid;
  line-height: 2em;
  font-size: 85%;
}

.content {

}