.titles {
    overflow: hidden;
    font-family: Arial, Helvetica, sans-serif;
    display: none;
    position: absolute;
    z-index: 100;
    left: 0;
    top: 0;
}
.credits {
    color: #222;
    position: absolute;
}
.credits h1 {
    margin-left: 10px;
}
.credits p {
    color: #888888;
    width: 100%;
    height: 100%;
    margin: 50px 0 0 50px;
    text-align: center;
    font-size: 16px;
    font-family: monospace;
    text-transform: uppercase;
    letter-spacing: 10px;
}
.credit-logo{
    margin-top: 2500px;
}
.credits dt{
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
    line-height: 21px;
    font-weight: normal;
}
.credits dd{
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 21px;
    font-weight: normal;
}
.fineprint{
    font-size: 12px;
    line-height: 19px;
    font-weight: normal;
}