body { background-color: #ebf0f2;
       background-image: url('bg.jpg');
       repeat: yes; }

#container { position: relative;
             width: 572px;
             margin: auto;
             text-align: center; }

#image { position: absolute;
         left: 0px;
         top: 0px;
         width: 572px;
         height: 354px;
         z-index: 1; }

#text { position: absolute;
        left: 5px;
        top: 358px;
        z-index: 2;
        text-align: justify;
        width: 560px;
        padding: 0px;
        font-size: 12px;
        font-family: trebuchet ms,verdana,arial,helvetica;
	color: #144a96; }

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

a:hover { text-decoration: underline; }

.header { font-family: times new roman, trebuchet ms, verdana, arial, helvetica;
          font-size: 22px;
          font-weight: bold;
          font-style: italic;
          color: #35a0cc;
          letter-spacing: 2px;
          border-bottom: 1px solid #91b5e5; }
          
.disclaimer { clear: both;
              width: 50%;
              text-align: center;
              border-top: 1px solid #91b5e5;
              margin: auto;
              font-size: 10px; }

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

table { border: none;
        width: 95%;
        margin: auto; }

td { font-size: 12px;
     font-family: trebuchet ms,verdana,arial,helvetica;
     color: #144a96;
     vertical-align: top; }
