Just the code please
Add this code to custom.css:
.custom #logo a {
background-image: url(images/logo.png); /*replace logo.png with the name of your image*/
width: 100px; /*change this to the width of your image*/
height: 50px; /*change this to the height of your image*/
background-repeat: no-repeat;
display: block;
text-indent: -9999px;
}

(5)