/* --- HEADER --- */
div.myheader {
  position: relative;
  display: block;
  background-color: #ffffff;
  border-bottom: 1px #acd233 solid;
  height: 25px;
}
div.myheader h1 {
  color: #FFF;
  text-align: center;
}
div.myheader .logo2 {
  position: absolute;
  bottom: 0;
  right: 0;
}
div.myheader .flags {
  position: absolute;
  bottom: 2px;
  left: 0px;
}
div.myheader .flags a { margin-left: 0.5em; }
div.myheader h5 {
  color: #808080;
  text-align: left;
  font-size: 10px;
}
