#frame-top {
    position: relative;
    width: 100%;
    height: 50px;
    padding: 0;
    margin: 0;
    text-align: center;
}
#frame-top img {
    position: absolute;
    display: block;
    border: 0;
}

#biblequotetop {
    float: right;
    bottom: 0;
    margin: 0;
    padding: 1px;
    width: 630px;
    border: 1px dashed #600;
    background-color: #ffb;
    color: #f00;
    font-size: 10pt;
    text-align: left;
    font-weight: bold;
    line-height: 1.1em;
    letter-spacing: 0.1em;
}
#biblequotetop span.source {
    font-weight: normal;
    color: #000;
}
#biblequotetop span.heading {
    text-align: center;
    font-weight: bold;
    color: #080;
}
