   body 
   {
      text-align: center; 
      width: 100%;
      height: 100%;
      background-color : #fafde8;
      font-family: arial;
   }

   div#header 
   {
      width: 740px;        
      margin: 0 auto;
      text-align: left;
   }

   div#header h1,
   div#header h1 a,
   div#header h1 a:visited
   {
      font-family: Arial;
      font-weight: 800;
      color: #000;
      font-size: 40px;
      text-decoration: none;
   }

   div#footer 
   {
      height: 40px;
      margin: 0 auto;
      padding-top: 7px;
      text-align: center;
      width: 740px;        
      font-family: Arial;
      font-size: 12px;
      color: #676767;
      clear: both;
   }

   div#footer a, 
   div#footer a:visited 
   {
      color: #676767;
   }

   div#content 
   {
      width: 740px;        
      margin: 0 auto;
      padding: 0;
      text-align: left; 
      background: transparent;
      clear: both;
   }   

   div#content div#bigtop
   {
      background-color: #fff;
      border: 1px solid #eee;
      padding: 5px;
      width: 731px;        
      margin: 3px;
      clear: both;
   }

   div#content div.row
   {
      width:740px;
	  clear: both;
   }


   div#content div.row div.third
   {
      background-color: #fff;
      border: 1px solid #eee;
      padding: 6px;
      width: 225px;        
      margin: 3px;
      float: left;
   }

   div#content div.row div.third h2
   {
      margin: 0;
   }

   div#content div.row div.third p
   {
      color: #676767;
      font-size: 11px;
   }

   div#content div#bigtop div.dnsquery
   {
      margin: 5px 0 2px 0;
      color: #676767;
   }

   div#content div#bigtop div.dnsresult
   {
      margin: 15px 0 10px 0;
      color: #000;      
      clear: all;
   }

   div#content div#bigtop div#credit p,
   div#content div#bigtop div#credit p a,
   div#content div#bigtop div#credit p a:visited
   {
      color: #676767;
      font-size: 10px;
      text-decoration: none;
   }