Hello
I am creating a site using css.
in my css, I specify an image to appear in a div tag that is the logo.
I would like that image to be also a link back to the homepage...

how would I write it in the css code?

as of now, this is what it sais in the css code:
Code:
#header {
	height: 75px;
	background:#fff url(http://www.redheadtrainer.com/images/just_logo.gif );
}
...