.breaker {
  display: block;
  height: 0;
  content: " ";
  font-size: 0; }

.hide {
  display: none;
  visibility: hidden; }

html {
  margin: 0;
  padding: 0;
  font-size: 14px; }
  html body {
    margin: 0;
    padding: 0;
    background-color: #007CD0;
    border-bottom: none 0;
    height: 66px;
    font-family: Segoe UI, Arial, Geneva, Helvetica, sans-serif; }
    html body #header {
      height: 100%;
      background-image: url(_header.png);
      background-position: -160px 0;
      background-repeat: no-repeat;
      text-align: left; }
      html body #header a {
        line-height: 66px; }
        html body #header a img {
          border: medium none;
          margin: 5px 0 10px 30px; }
      html body #header h1 {
        background-color: transparent;
        color: #ffffff;
        margin: 0;
        font-family: Segoe UI, Arial, Geneva, Helvetica, sans-serif;
        font-size: 2.5em;
        font-weight: 100;
        text-align: center;
        line-height: 66px;
        height: 66px; }
