1. #logo a {
  2. background: url(../img/logo.png) no-repeat 0 0; }
  3. width: 258px;
  4. height: 50px;
  5. position: absolute;
  6. left: 0;
  7. bottom: 0;
  8. text-indent: -9999px;
  9. overflow: hidden;
  10. }
  11.  
  12. #tagline {
  13. display: none;
  14. }