/* CSS Document */

div.page {background-image: url(img/background.jpg);
background-repeat: no-repeat;
          position: relative; 
          margin: auto; 
          top: 0;
          width:949px;
          min-height: 1170px;
          }
div.menu1{position:absolute;
          top: 228px;
          left: 130px;
          width: 262px;
          height: 29px;
          border: 0px rgb(0,0,0) solid;
          text-align: center;
          font-size: 22px;
          font-family: Arial;
}
div.menu2{position:absolute;
          top: 228px;
          left: 553px;
          width: 262px;
          height: 29px;
          border: 0px rgb(0,0,0) solid;
          text-align: center;
          font-size: 22px;
          font-family: Arial;
}
div.foot {border-bottom: solid #1B1A16 1px;
          position: relative; 
          margin: auto; 
          top: 0;
          width: 949px;
          font-size: 10px;
          font-family: Arial;
          text-align: right;
}
a:link {color: rgb(0,0,0);
                  text-decoration: none;
                  font-weight: bold;
              }
a:visited {color: rgb(0,0,0);
                     text-decoration: none;
                     font-weight: bold;
                  }
a:hover {color: rgb(110,110,110);
                   text-decoration: none;
                   font-weight: bold;
                }
div.text {         
                   position:relative; 
                   top: 300px;
                   left: 50px;
                   width: 849px;
                   font-size: large;
                   font-family: Arial;
                   border: 0px rgb(0,0,0) solid;
                  }                