html, body {
    margin: 0px;
    height: 100%;
}

iframe {
    height: 100%;
    width: 100%;
    display: block;
}

h1 {
    height: 140px;
    width: 100%;
    margin: 0px auto;
    text-align: center;
    text-indent: -9999px;
    padding: 0px;
    background: transparent url("../images/biblehead.jpg") no-repeat fixed top center;
}

#onlinedevos {
    width: 100%;
    color: black;
    background-color: gray;
    font-size: 15px;
    padding: 3px 0px;
    clear: both;
}

#onlinedevos h2 {
    float: left;
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    font-size: 15px;
    font-style: normal;
    margin-left: 1.5em;
}

#choose_devo_date {
    float: right;
    margin-right: 1.5em;
}

.clear {
    clear: both;
}
