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://68.media.tumblr.com/3325ae1ca79aeefc975d0a58ee5c865c/tumblr_o5jf9wIW1C1vrvkcfo1_1280.jpg) center center;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover; }
