/* --- HEADER --- */
div.header {
  position: relative;
  display: block;
  background-color: #F7F2AA;
  border-bottom: 1px #acd233 solid;
  height: 60px;
}
div.header h1 {
  color: #F9A43F;
  text-align: center;
}
div.header . {
  position: absolute;
  bottom: 0;
  right: 0;
}
div.header .flags {
  position: absolute;
  bottom: 2px;
  left: 0px;
}
div.header .flags a { margin-left: 0.5em; }

