@charset "UTF-8";
/* CSS Document */


body, p, ul, ol, h1, h2 {
 margin: 0px;
 padding: 0px;
 }
 
 img {
  border: 0px;
  }
  
 
body {
 text-align: center;
 font-family: "Trebuchet MS";
 }
 
 div#container {
  margin: 30px auto;
  width: 720px;
  height: 550px;
  text-align: left;
  background: url(/images/watermark.jpg) no-repeat 300px 150px;

  }
  
  
 h1 {
  width: 520px;
  height: 25px;
  margin-top: 10px;
  text-indent: -10000px;
  background: transparent url(/images/slogan.gif) no-repeat left top;
  }  
  
  
  h2 {
   margin-top: 130px;
   font-size: 24px;
   font-weight: normal;
   color: #0075b7;
   }
  
  
 p {
  margin-top: 15px;
  }
  
 p a, p a:visited {
 color: #000000;
  text-decoration: none;
  }
 
 p a:hover {
  color: #0075b7;
  }
 
 
 
 


