<style type="text/css">

html, body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  color: #000000;
}

div#centreblob {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 400px;
  height: 100px;
  /*
   *   (299 + 69)/2 = 184
   *     (146 + 35)/2 = 92
   *
   *
   */
   margin-top: -50px; /* Half the height */
   margin-left: -200px; /* Half the width */
 }

 div#cornerblob {
   position: absolute;
   top: 20px;
   left: 20px;
 }

 body, div, p, h1, h2, h3, a {
   font-family: Verdana,Helvetica,Arial,sans-serif;
   text-align: left;
   font-size: 14px;
 }

h1, h2, h3 {
   font-family: Verdana,Helvetica,Arial,sans-serif;
   text-align: left;
   color: #6b0f0f;
}
h1 { font-size: 18px; }
h2 { font-size: 16px; }
h3 { font-size: 14px; }




 </style>
