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

h1 {
    font: 900 2em "Caeldera", Verdana;
    padding: 0.25em .5em .5em .5em;
    margin-top: 0px;
    margin-bottom: 0px;
    border: none;
    color: #CCCCFF;
}

h1.firstpage {
    text-decoration: underline;
}

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

.chorus {
    color: #FFF0FF;
}

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

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

p#slidenav {
    font-size: small;
    font-weight: normal;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: none;
}


