body {
  width: 100%;
  height: 100%;
  color: #fff;
  background: #000 url(./bg.jpg) no-repeat center center fixed;
  background-size: cover;
  font-family: 'Amatic SC', cursive;
}

a {
  color: rgb(102, 102, 102);
  cursor: pointer;
  display: inline;
  #font-family: 'Amatic SC', cursive;
  font-size: 26px;
  height: auto;
  line-height: 32px;
  text-align: center;
  text-decoration: none;
  text-shadow: rgb(0, 0, 0) 0px 2px 5px;
  text-size-adjust: 100%;
  width: auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:hover {
  color: #fff;
}

footer {
  padding: 10px 0;
  position: fixed;
  bottom: 0;
  width: 100%;
  background: rgba(0,0,0,.6);
  border-top: solid 1px #444;
  text-align: center;
  display: block;
}

.container > div {
  display: inline-block;
  *display: inline; /* For IE7 */
  zoom: 1; /* Trigger hasLayout */
  width: 22%;
  text-align: center;
}

img.ri
{
  position: absolute;
  max-width: 99%;
  top: 10%;
  left: 10%;
}

img.ri:empty
{
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (orientation: portrait) {
  img.ri {
      max-width: 99%;
  }
}

@media screen and (orientation: landscape) {
  img.ri {
    max-height: 99%;
  }
}
