* { margin: 0; padding: 0;}
a { color: #000080; font-family: verdana; }
body { color: #000080; font-family: verdana; }
#bgImg{ position: absolute; top: 0; letf: 0; border: 0; z-index: 1;}
#bodyDiv{ position: absolute;
          top: 0;
          left: 0;
          z-index: 2;
          overflow: auto;
          width: 100%;
          height: 100%;
          text-align: center;}
#mainDiv{ width: 800px;
          height: 100px;
          text-align: center;
          margin: 18px auto;}
#headDiv{ border: 0px solid #000;}
#contentDiv{ border: 0px solid #000;
             margin-top: 6px;
             height: 400px;}
#footerDiv{ position: absolute; bottom: 6px; right: 6px; border: 0px solid #000;
            margin-top: 6px; text-align: right;}
