/* $Id: 1b47b1af00d802d2a10098277ae59b5929e2c7c5 $ */

.banner {
  height: 55px;
  width: 770px;
  margin: auto;
  background-image: url("../images/ritaphotographer.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 770px;
}

.footer {
   clear: both;
   border-top: 1px solid #000000;
   background-color: #EDEDED;
   color: #9F9F9F;
}

.footer2 {
   position: absolute;
   bottom: 0;
   width: 100%;
}

.footer p {
   font-size: 70%;
   text-align: center;
   margin: 0 auto; /* ?? */
   padding: 3px;
}

.footer p:after {
   content: "\00A9  2003-2025 Rita Baunok Photographer, All Rights Reserved";
}

