body {
    background-color: #ffffce;
   /* background-image: url("wire.gif");
    background-repeat: repeat-y; */
}

body img {
    /* position: relative; */
    position: absolute;
    /* left: 40px;    */
    border: 0px;
}

h2 {
    width: 100%;
    font-size: 14px;
    text-align: center;
    border-bottom: 1px solid #000;
    line-height: 0.1em;
    margin: 10px 0 20px;
    background-color: #ffffce;
    color: blue;
}

    h2 span {
        background: #ffffce;
        padding: 0 10px;
    }