body
  {
  margin: auto;
  padding: auto;
  }
div#loadingMessage
  {
  position: absolute;
  text-align:right;
  }
  #loadingMessage span
  {
  padding:0px;
  color:#FFFFFF;
  background-color:#FF0000;
  display:block;
  width:150px;
  float:right;  
  }

@media screen
  {
  div#loadingMessage
    {
    position: fixed;
	
    }
  /* Don't do this at home */
  * html
    {
    overflow-y: hidden;
    }
  * html body
    {
    overflow-y: auto;
    height: 100%;
    padding: inherit;
	margin: auto;
    font-size: 100%;
    }
  * html div#loadingMessage
    {
    position: absolute;  

    }
  /* All done. */
  }