/* --- HEADER --- */
div.header {
  position: relative;
  display: block;
  background-color: #000000;
  border-bottom: none;
  padding-top: 10px;
}
div.header h1 a {
  color: #FFF;
  text-align: center;
  display: block;
  height: 126px;
  width: 551px;
  text-indent: -9999px;
  background: url(taplogo.gif) no-repeat center top;
  margin: 0 auto;
}

img.logo2 {
display: none;
}
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; }

div#pfc_container {
background-image: none!important;
background-color:#FBC038!important;
}

div#pfc_errors {
background: #000000!important;
color: #ffffff!important;
}