html, body {
    margin: 0;
    font-size: 100%;
    }

body {
    background: url(../img-new/legacy/HomeBackground.gif);
    /* background-position: 2px 0; */
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.689em;
    color: #797979;
    }

a { 
    color: #797979;
    text-decoration: none; 
    }
    
a:hover {
    color: #606;
    text-decoration: underline;
    }
    
a img, map { border: 0; }

/*    
p { line-height: 0.875em; }
*/
    
#container {
    width: 100%;
    min-width: 787px;
    height: 590px;
    position: absolute;
    top: 50%; /* vertical centering, part I */
    left: 0;
    margin: -295px 0 0 0; /* vertical centering, part II */
    text-align: center; /* horizontal */
    /* background: black; */
    }
    
#content {
    width: 777px;
    height: 580px;
    margin: 0 auto;
    border-style: solid;
    border-color: black;
    border-width: 5px 60px;
    background: white;
    }

#upper {
    border-style: solid;
    border-color: white;
    border-width: 5px 0 5px 5px; /* allow for right border of fourth image */
    text-align: left;
    }

#upper img {
    float: left;
    border-style: solid;
    border-color: white;
    border-width: 0 5px 0 0;
    }
    
#lower #left, #lower #right { 
    float: left; 
    margin: 5px 0 0 5px;
    text-align: center;
    }
