body {
    margin: 0;
    padding: 0;
    font-family: "DejaVu Sans", "Bitstream Vera Sans", sans-serif; /*Prefer Free Fonts*/
    background: #fff url('/infinote.png') no-repeat 15px 15px;
    color: #000;
    font-size: 100%;
}
h1#title {
    margin: 0 0 0 0;
    padding: 20px 0 0 90px;
    font-size: 150%;
/*    min-height: 60px;
    height: auto !important; /* "Min-Height Fast Hack" */
/*    height: 60px; */
}

h1#title a {
    color: black;
    text-decoration: none;
}

h2#subtitle {
    margin: -1em 0 1em 0;
    padding: 20px 0 0 90px;
    font-size: 80%;
/*    min-height: 60px;
    height: auto !important;
    height: 60px;*/
}

/* --- Content Pane --- */
div#body {
    clear: both;
    border-top: 2px solid black;
/*    background: #dfdfdf;*/
    padding: 1em 1em; /* 0em 0em */
}

