body {
/*
    background-image: url('./images/Spiders/spider-tr-bg.gif');
    background-position: top left;
    background-repeat: repeat-x;
*/
    background-color: #eeeeee;
    font-family: arial, sans-serif;
    font-size: 12px;
    color: black;
    width: 100%;

    min-width: 400px;

    height: auto;
    margin: auto;
    padding: 0;
    border: none;
}

/* wrapper */
div#wrapper {
    background-color: #eeeeee;
    text-align: center;
    height: auto;
    margin: auto;
    padding: 0;
    border: none;
    width: 100%;
    height: 100%;
    margin: auto;
}

/* header */
div#header {
    background-position: top center;
    height: auto;
    margin: auto;
    border: none;
    background-color: #eeeeee;
}

div#header h1 {
    top: 0;
    color: darkblue;
}

/* content */
div#content {
    width: 100%;
    height: auto;
    margin: auto;
    background-color: #eeeeee; /*white; */
    border: none;
}

/* Dynamic info. */
table#dyninf {
    top: 0;
    font-size: 10px;
    font-family: courier-new;
    color: Blue;
    width: 370px;
    margin: auto;
    border: none; /* 1px solid red; */
}

/* emoticon */
#emoticon {
    font-size: 4vw;
}

/* footer */
div#footer {
    width: 340px;
    margin: auto;
    background-color: lightgrey;
    color: blue;
    font-size: 9px;
    font-weight: normal;
    text-align: center;
    border: none;
}

/* Web spider Top*/
img#web {
    position: absolute;
    margin: 0;
    spacing: 0;
    top: 115px;
    left: 48.5%;
}
