#bgr {
     background-image: url(../images/nav.gif);
     background-attachment: fixed;
     background-repeat: no-repeat;
}
.nav1 {
      position: fixed;
      top: 70px;
      left: 5px;
      font-family: Verdana;
      color: rgb(204, 204, 204);
      font-weight: bold;
      font-size: 30px;
}
.nav1 a:link {
      color: rgb(204, 204, 204);
}
.nav1 a:visited {
      color: rgb(204, 204, 204);
}
.nav1 a:hover {
      color: rgb(153, 153, 153);
}
.contact {
         position: fixed;
         top: 550px;
         left: 5px;
         font-family: Verdana;
         color: rgb(204, 204, 204);
         font-weight: bold;
         font-size: 10px;
}
.contact a:link {
         color: rgb(204, 204, 204);
}
.contact a:visited {
         color: rgb(204, 204, 204);
}
.contact a:hover {
         color: rgb(153, 153, 153);
}
.text {
      width: 600px;
      height: 495px;
      overflow: auto;
      position: fixed;
      top: 70px;
      left: 150px;
      font-family: Verdana;
      font-size: 15px;
      text-align: justify;
}
.text h1 {
      font-weight: bold;
      font-size: 17px;
      line-height:17px
}
.text h2 {
      font-weight: bold;
      font-size: 15px;
      line-height: 30px
}
#logos {
       position: fixed;
       top: 569px;
       text-align: right;
       left: 450px;
       width: 300px;
       border-style: none;
}
#footer {
        width: 600px;
        height: 50px;
        overflow: hidden;
        position: fixed;
        top: 565px;
        left: 150px;
        font-family: Verdana;
        font-size: 10px;
}


