html {
/*    margin-top: 16px; */
    margin-bottom: 16px;
}
body {
    position: relative;
    top: 0;
    margin: 0;
    padding: 0;
    background-color: #5f5e66;
}
div#content {
    position: absolute;
    z-index: 1;
    top: 50px;
    left: 145px;
    right: 10px;
    min-width: 320px;
    /* width: 645px;  */
    color: black;
    font-family: sans-serif;
    line-height: 1.2em;
}

div.post {
    border: solid;
    border-width: 2px;
    border-color: black;
    /* padding: 1em; */
    padding: 5px; 
    margin-bottom: .25em;
    background-color: #dddde2;
    font-size: 12pt;
    line-height: 1.2em;
}

div.post p {
    margin: 0 0 3px 0;
}

/*
div.post p {
    margin: 0.75em 0 0 0;
}
*/

div.post h1, h2, h3, h4 {
    margin-top: 0em;
    margin-bottom: 2px;
    color: #45454c;
    text-align: left;
    font-family: sans-serif;
}

div.comic {
    text-align: center;
}

div.comic img {
    border: solid;
    border-width: 2px;
}

div.comic p {
    margin: 0 0 0 0;
}

div#links {
    position: absolute;
    z-index:2;
/*    overflow: hidden; */
    top: 17px;
/*    left: 16px; */
    width: 139px;
    border: none;
    padding-top: 0px;
    font-family: sans-serif;
    color: black;
    text-align: right;
    line-height: 0px;
}
div#links img {
    text-align: center;
    border: none;
}

div#navbox {
    position: absolute;
    z-index:1;
/*    overflow: visible; */
    height:42;
    border: none;
    padding-top: 0px;
    padding: 0px;
    font-family: sans-serif;
    color: black;
    text-align: left;
    line-height: 0px;
}

div#navbox img {
    border: 0px;
    border-width: 2px;
}

div#miscbox {
    position: relative;
    background-color: #b3b2ba;
    border: solid;
    border-width: 3px;
    padding: 5px;
    border-color: black;
    text-align: left;
}
