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

#header-bar {

  height: 34px;
  background-color: #000000;
  border-bottom: 1px solid #545454;
}

#preview-frame {
  width: 100%;
  height: 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: #b0b0b0;
  float: right;
}

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

#header-bar div.music-player {
	margin-left: 100px;
	float: left;
}	
#header-bar div.close-header {
  float: right;
  width: 40px;
  height: 34px;
  background: #141414;
  border-left: 1px solid #545454;
}

#header-bar div.close-header a#close-button {
  display: block;
  width: 16px;
  height: 16px;
  margin: 0px auto;
  margin-top: 8px;
  border: 2px solid #545454;
  text-decoration: none;
}

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