body
{
  background-color:#587177;
}

div#logo-area
{
}
div#logo-area div#fixed-logo
{
  position:static;
}

/* keep the fixed logo, but hide the "dynamic" one (currently a man looking at you) */
div#logo-area div#logo
{
  display:none;
}

img.screen
{
  display: none;
}

img.print
{
  display: inline;
}


