html,body {

  width: 100%;

  height: 100%;

  padding: 0px;

  margin: 0px;

  overflow: hidden;

  font-family: arial;

  font-size: 11px;

  color: #fff;

}



#header-bar {

  height: 37px;

  background-color: #01B3D1;

  border-bottom: 1px solid #00CEE6;

  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.sweepstakeslovers.com/sweepstakes/images/logo.png);

  background-repeat: no-repeat;

}



#header-bar a.sweepstakeslovers-preview-logo {

  width: 219px;

  height: 31px;

}



#preview-frame {

  width: 100%;

}



#header-bar div.meta-data {

  padding: 11px 10px 0px 2px;

  float: right;

}



#header-bar div.meta-data p {

  display: inline;

  margin: 0px;

  float: right;

}

#header-bar div.meta-data span {

  display: inline;

  margin: 0px;

  float: left;

}



#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: 37px;

  background: #01B3D1;

  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 #0195B5;

  text-indent: -9999px;

  background-image: url(http://www.sweepstakeslovers.com/sweepstakes/images/button.gif);

  background-repeat: no-repeat;

}



#header-bar div.close-header a#close-button:hover {

  background-position: 0px -16px;

}