div#loader {
  padding: 10px 20px 20px 20px;
  text-align: center;

  min-height: 540px;
  height:auto !important;
  height:540px;
}

div#loader h1 {
  font: bold 20px Arial, Helvetica, sans-serif;
  margin-bottom: 30px;
  color: rgb(0,90,120);
  text-align: center;
}

div#loader a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000000;
  font-weight: bold;
  text-decoration: underline;
}

