body {background-color: #FFFFFF;       font-size:10px;       font-family: Arial, sans-serif;      }   a {text-decoration: none;    color: #808080;   }        .wrapper {position: relative;           width: 999px;           height: 700px;           background-color:#FFFFFF;           margin-top: 0px;           margin-bottom: 0px;           margin-left: auto;           margin-right: auto;           float: center;          }   .body {background-color:#FFFFFF;              position: absolute;              width: 999px;              height: 644px;              padding: 0px;              top:0px;             }    .initiallinks  {position: absolute;             width: 999px;             height: 50px;             text-align: center;             color: #808080;             font-size: 10px;             font-weight: bold;             padding: 0px;             top:750px;             }   .footer  {width: 999px;           height: 40px;           position: absolute;           top:685px;           z-index:-1;          }  .divClear {clear:both;           }   
