.custom #logo a {
	background-image: url(images/findingitlogonotext.jpg);	/*replace findingitlogo.jpg with the name of your image*/
	width: 250px; /*change this to the width of your image*/
	height: 97px; /*change this to the height of your image*/
	background-repeat: no-repeat;
	display: block;
	text-indent: -9999px;
}


