#footer {
   
   background-color: black;
   
   width: 100%;
   
   height: 20px;

   padding: 0px;

   }



#footer_btn {
   
   background-color: black;
   
   width: 25%;
   
   float: left;
   
   display: block;
   
   color: white;
   text-align: center;
   padding: 2;
   
   text-decoration: none;
   
   }



a:link {
   
   color: white;
   
   background-color: transparent;
   
   text-decoration: none;
   
   }



a:visited {

   color: white;

   background-color: transparent;

   text-decoration: none;

   }



a:hover {

   color: orange;

   background-color: transparent;

   text-decoration: none;

   }



a:active {

   color: red;

   background-color: transparent;

   text-decoration: none;

   }