body {
    margin: 0;
    overflow-x: scroll;
}
body, td {
    font: 12px/16px 'DejaVuSansBook', Arial, sans-serif;
    letter-spacing: 0;
}
a {
    text-decoration: none;
    color: #666;
}
a:hover {
    color: #000;
}
a img {
    border: none;
}
p {
    margin-top: 0;
}
strong {
    font-family: 'DejaVuSansBold', Arial, sans-serif;
    font-weight: normal;
}

#container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    overflow: visible;
}
.content {
    position: relative;
    padding-left: 195px;
}
.logo {
    position: absolute;
    top: -50px;
    left: 10px;
}
.active>a {
    color: black;
}
.current>a {
    font-family: 'DejaVuSansCondensedBold', Arial, sans-serif;
    color: black;
}
.ppPhoto p {
    font-size: 80%;
    margin: 0 0 0 0;
    padding: 0;
}
.footer {
    position: fixed;
    bottom: 20px;
    right: 20px;
    text-align: right;
    color: gray;
    white-space: nowrap;
}
.footer p, .footer strong {
    display: inline;
    font: 10px/12px 'DejaVuSansCondensed', Arial, sans-serif;
}
.footer h1 {
    display: inline;
    font: 10px/12px 'DejaVuSansCondensedBold', Arial, sans-serif;
}

.ppMenu .backgroundLogo {
    position: absolute;
    background: url('../img/logo-menu.png') no-repeat left bottom;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.ppNext {
    background: url('../img/right-arrow.png') no-repeat left bottom;
    width: 50px;
    height: 70px;
    right: 0;
    cursor: pointer;
}
.ppPrevious {
    background: url('../img/left-arrow.png') no-repeat left bottom;
    width: 50px;
    height: 70px;
    left: 200px;
    cursor: pointer;
}