html, body {
    width:100%;
    height:100%;
}

#wrapper { 
    background: url('../img/splash.jpg') no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    text-align:center;
}

#staff {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../img/venue.jpg') no-repeat center center fixed;
    background-color:#000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color:#fff;
}

#staff h2 {
    text-align:center;
    padding:60px;
}

.slide {
    padding:30px 0;
    display:block; 
    width:100%;
    min-height:90%;
}

.staff-member h3{
    text-align:center;
    padding:15px 0;
}

img {
    max-width:100%;
}

#items {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../img/venue-2.jpg') no-repeat center center fixed;
    color:#fff;
}

#items #transparent {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), #fff;
    padding:20px;
}

#staff h3 {
    font-size:1em;
}

th:nth-child(2), td:nth-child(2) {
    text-align:right;
}