body {
font-family: handy;
font-size: 16px;
line-height: 16px;
letter-spacing: 1px;
font-weight: none;
color: #000;
text-shadow: 0px 0px 1px #000;
text-transform: uppercase;
    
}
#page {
    margin: 0px auto;
    width: 1300px;
}
#gallery {
    width: 1300px;
    height: 800px;
    margin-top: 50px;
    background-color: rgba(255, 255, 255, .05);
}
.credit {
    font-size: .6em;
    font-style: italic;
    text-align: right;
}

body:after{
      content:"";
      position:fixed; /* stretch a fixed position to the whole screen */
      top:0;
      height:100vh; /* fix for mobile browser address bar appearing disappearing */
      left:0;
      right:0;
      z-index:-1; /* needed to keep in the background */
      background: url(https://78.media.tumblr.com/89e781dcdba88c5e07f4b823444f11b3/tumblr_oisexwmjSW1tf8vylo1_1280.png) center center;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover; }