/* --- HEADER --- */

div.header   { background-color: #c00; display: block; position: relative; height: 45px; border-bottom: 1px solid #c00 }

div.header h1 {

  color: #FFF;

  text-align: center;

}

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; }


