div#divLoading
{
   position: absolute;
   left: 50%;
   margin-left: -250px;
   top: 50%;
   height: 100px;
   margin-top: -50px;
   width: 500px;
   text-align: center;
   border-style: ridge;
   border-color: black;
}
