/* CSS Document */

.logo a {
  display: block;
  width: 247px; 
  height: 69px; 
   overflow: hidden;
  background: #ccc url(images/logo.jpg) no-repeat top left; 
  padding: 0 0 0 0;      //top margin is height of image
}