body {
  font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
  background: url(images/bg.png) repeat-x;
  font-size: 12px;
}

#loader {
  width: 200px;
  height: 100px;
  background: url(images/loader_bk.png) repeat-x;
  line-height: 100px;
  background-color: #fff;
  color: #444;
  border: 1px solid #999;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -50px;
  margin-left: -100px;
  text-align: center;
  font-variant: small-caps;
  font-size: 14px;
}
