body    { background-color: #000000; 
          /*text-align: center;*/
          color: #EEEEEE; 
          }
          
h1   *   { vertical-align: middle; }       

a:link,a:visited   {color: #CC3333 ;}
a:hover            {color: #FF4444 ;}

th       {padding-top: 1em; }   

/* The general css way...

.imgmenu { 
              width: 100%;
              height: 100%;
              position: fixed; 
              display: table; 

.vertcenter { display: table-cell;
                    vertical-align: middle; 
*/

/* But since we have fixed content, we can do it
so it will work in IE, too... */

.frontimage { position: absolute;
           top: 50%;
           left: 50% ;
           width: 350px;
           height: 350px;
           margin-top: -175px;
           margin-left: -175px;
           overflow: none;
            }

.frontimages { position: absolute;
           top: 50%;
           left: 50% ;
           width: 730px;
           height: 200px;
           margin-top: -100px;
           margin-left: -365px;
           overflow: none;
            }
         
img      { border: none; 
           padding: 20px ;}
