body { background-color: #402d40;
       background-image: url('bg.jpg');
       background-repeat: repeat-y;
       background-position: top center;
       margin: 0px; }

.center { margin: auto;
          text-align: center; }

#container { position: relative;
             margin: auto;
             width: 713px;
             text-align: center; }

#image { position: absolute;
         top: 0px;
         left: 0px;
         width: 713px;
         height: 301px;
         z-index: 1; }

#welcome { position: absolute;
           top: 15px;
           left: 419px;
           width: 285px;
           color: #ffffff;
           font-size: 12px;
           font-family: trebuchet ms,arial,verdana,helvetica;
           text-align: justify;
           z-index: 2; }

#main { position: absolute;
        top: 305px;
        left: 5px;
        width: 705px;
        color: #ffffff;
        font-size: 12px;
        font-family: trebuchet ms,arial,verdana,helvetica;
        text-align: justify;
        z-index: 2; }

.header { color: #a28686;
          font-weight: bold;
          font-size: 21px;
          font-family: times new roman, arial, verdana, helvetica;
          letter-spacing: 3px;
          font-style: italic;
          border-bottom: 1px solid #ffffff; }

b, strong { color: #eaf0ef; }

ul { padding: 0;
     margin-left: 4em;
     margin-top: 2px; }

a { color: #544662;
    font-weight: bold;
    text-decoration: none; }

a:hover { text-decoration: underline; }

.disclaimer { margin: auto;
              text-align: center;
              font-size: 10px; }
