body {
    font-family: arial, serif;
    min-width: 950px;
}

#background_wrapper {
    width: 100%;
    position: absolute;
    overflow: hidden;
    max-height: 5000px;
}

#background {
    width: 100%;
    margin: 0 auto;
}

#background div {
    width: 200px;
    height: 200px;
    display: inline-block;
    float: left;
    opacity: 0;
}

#background div img {
    width: 100%;
}

#background div:hover {
    opacity: 1;
}

.more-photos {
    display: none;
    width: 100%;
    height: 50px;
    padding-top: 20px;
    position: absolute;
    text-align: center;
    font-size: 20px;
    background-color: white;
    z-index: 100;
    text-decoration: none;
    top: 100px;
    border-top: 1px solid #e4e4e4;
    color: black;

}
.more-photos:hover{
    text-decoration: none;
}

#content_wrapper {
    width: 100%;
    text-align: center;
    position: absolute;
    overflow: scroll;
}

#content {
    width: 900px;
    background: #ffffff;
    margin: 150px auto 50px;
    /*margin: 50px auto 50px;*/
    box-shadow: 0 0 20px #000000;
    z-index: 10;
}
#header {
    color: #7c7c7c;
    padding-top: 50px;
    font-size: 43px;
}
img#logo {
    width: 450px;
    margin: 75px auto 20px;
}
#video {
    height: 507px;
    margin-bottom: 50px;   
}

#links{
    margin-bottom: 75px;
    margin-top: 25px;    

}

#links img {
    width: 61px;
    margin: 0 0;
    padding: 0;
}

#links a {
    text-decoration: none;
}

#footer {
    color: #7c7c7c;
    padding-bottom: 75px;
    font-size: 13px;
    padding-top: 5px;
}

#labels {
    text-decoration: none;
    width: 0;
    height: 0px;
    font-size: 15px;
    overflow: visible;
    position: relative;
    left: 914px;
    top: -150px;
}

#labels-content{
    -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    transform: rotate(90deg);
}

#labels a {
    border-bottom: 1px solid white;
    color: white;   
    padding: 7px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    opacity: 0.9;
    padding: 7px;
}
#labels a:hover {
    opacity: 1;
}


#labels a.articles{
    width: 90px;
    background: black;
}
#labels a.favs{
    width: 20px;
    background: #e84e4e;
}


a {
    color: #514f4d;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}


