/* --- HEADER --- */
div.header {
  position: relative;
  display: block;
  background-color: #3399cc;
  border-bottom: 3px #0000cc solid;
  height: 75px;
}
div.header h1 {
  color: #DDD;
  text-align: center;
  font: 12px Trebuchet MS
  font-family: Verdana, Sans-Serif;
  bottom: 0;
}
div.header .logo2 {
  position: absolute;
  bottom: 0;
  right: 0;
}
div.header .flags {
  position: absolute;
  bottom: 2px;
  left: 0px;
}
div.header .flags a { margin-left: 0.5em; }

