#header
{
  position: absolute;
  width: 50%;
  height: 40%;
  background-color: transparent;
}

#amusesme-logo
{
  position: absolute;
  right: -68px;
  bottom: -61px;
  width: 136px;
  height: 123px;
  background-image: url(/images/amusesme-logo-huge.png);
  background-size: 100%;
  text-indent: -9999px;
}

#presskit
{
  display: block;
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: #aaa;
}

.icon-layout
{
  position: absolute;
  bottom: 30px;
  width: 100%;
}

#icons a
{
  display: block;
  height: 30px;
  padding-top:80px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: 72px 72px;
}
  #prismadrop {     background-image: url(/images/icon-prismadrop_2x.png); }
  #gogoredball {    background-image: url(/images/icon-redball_2x.png); }
  #antigrav {       background-image: url(/images/icon-antigrav_2x.png); }
  #firewords {      background-image: url(/images/icon-firewords_2x.png); }

@media screen and (-webkit-min-device-pixel-ratio: 2)
{
  #amusesme-logo
  {
    background-image: url(/images/amusesme-logo-huge_2x.png);
  }
}
