body
{
  background: transparent;
  margin: 0;
  padding: 0;
}

div#embed_background
{
  /*background-color: green;*/ /*debug*/
  height: 100%;
}

#space_bar /* for IE compatibility */
{
  height: 10px;
}
#buy_bar
{
  background: rgba(255, 255, 255, 0.5); /* R, G, B, A */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7fFFFFFF, endColorstr=#7fFFFFFF); /* AA, RR, GG, BB */
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7fFFFFFF, endColorstr=#7fFFFFFF); /* AA, RR, GG, BB */
  margin-top: 0;
}