body, html {
    background: black url("tomb.jpg") no-repeat center;
    color: black;
    font: bold 22pt Verdana, sans-serif;
    text-align: center;
    padding: 0px;
}

h1 {
    font: 900 2em ClaudiusImperator;
    color: #DDAA66;
    padding: .25em .5em;
    margin: 0px 200px;
    background: url("half_white.gif") repeat;
}

p {
    text-align: left;
    margin: 0px 200px;
    padding: 0.5em 0.5em;
    background: url("half_white.gif") repeat;
}

.chorus {
    color: black;
}

.credit {
    font-size: small;
    font-weight: normal;
    background: none;
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: #FFFFCC;
    margin: 0px;
}

.echo {
    color: #CCFFCC;
    font-style: italic;
    font-weight: normal;
    text-align: right;
}

p#slidenav {
    font-size: small;
    font-weight: normal;
    background: none;
}


