html,body {
  width: 100%;
  height: 100%;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
  font-family: arial;
  font-size: 11px;
  color: #fff;
}

#header-bar {
  height: 34px;
  background-color: #AF2201;
  border-bottom: 1px solid #545454;
  z-index: 100;
}

#header-bar a.site-loopback {
  position: absolute;
  top: 5px;
  left: 10px;
  z-index: 150;
  display: block;
  text-indent: -9999px;
  _text-indent: 0px;
  background-image: url(http://www.freebie-lovers.com/freebie/images/logo.png);
  background-repeat: no-repeat;
}

#header-bar a.freebielovers-preview-logo {
  width: 191px;
  height: 31px;
}

#preview-frame {
  width: 100%;
}

#header-bar div.meta-data {
  padding: 11px;
  float: right;
}

#header-bar div.meta-data p {
  display: inline;
  margin: 0px;
  float: right;
}

#header-bar div.meta-data a {
  margin-left: 10px;
  text-decoration: none;
  color: #FFF;
  float: right;
}

#header-bar div.meta-data a:hover {
  color: #FFF;
}

#header-bar div.close-header {
  /*position: absolute;
  right: 0px;
  top: 0px;*/
  float: right;
  width: 40px;
  height: 34px;
  background: #AF2201;
  border-left: 1px solid #FFF;
}

#header-bar div.close-header a#close-button {
  display: block;
  width: 16px;
  height: 16px;
  margin: 0px auto;
  margin-top: 8px;
  border: 1px solid #FF3506;
  text-indent: -9999px;
  background-image: url(http://www.freebie-lovers.com/freebie/images/button.gif);
  background-repeat: no-repeat;
}

#header-bar div.close-header a#close-button:hover {
  background-position: 0px -16px;
}
