

#logoimg{

   padding-top: 20px;
}

#maintext{
  font-family:Verdana;
  font-size:20px;
  text-align:left;
  height:50px;
  vertical-align:middle;
  line-height: 45px;
  padding-top: 15px;
  color: white;
  
  
}

#maintext2{
  
  text-align:left;
  height:50px;
  vertical-align:middle;
  line-height: 50px;
margin-top: 260px;
   background-color: black ;
   width; 100%
 
}

.footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 2rem;
  background-color: #000000;
  text-align: center;
}



html { 
  background: url(images/background4.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

a {
    color: white;
    text-decoration: none
    
}

