body { background-color: #000000;
       background-image: url("bg.jpg");
       background-position: top right;
       background-repeat: repeat;
       background-attachment: fixed;
       margin: 0px; }

#image { position: absolute;
         right: 0px;
         top: 0px;
         width: 631px;
         height: 323px;
         z-index: 1; }

#text { position: absolute;
        right: 10px;
        top: 279px;
        width: 565px;
        padding: 5px;
        font-family: trebuchet ms,verdana,arial,helvetica;
        font-size: 12px;
        text-align: justify;
        color: #ffffff; 
        padding: 4px;
        z-index: 2; }

#text a { text-decoration: none;
          color: #b60d17; 
          font-weight: bold; }

#text a:hover { text-decoration: underline; }

.header { font-family: times new roman,arial,verdana,helvetica;
          font-size: 18px;
          font-weight: bold;
          letter-spacing: 5px;
          color: #40537a;
          font-style: italic;
          border-width: 0px 0px 1px 0px;
          border-style: solid;
          border-color: #000000; }

.disclaimer { font-size: 11px;
              margin: auto;
              width: 500px;
              text-align: center; }

.center { margin: auto;
          text-align: center; }

b, strong { color: #2785be; }
