Salve, nel mio sito ho inserito una testata e questa deve essere cliccabile, ma non riesco

codice:
<h0 id="testata">NOME DEL MIO SITO
	</h0>
css:

codice:
#testata {
	width: 860px;
	margin: auto;
	height: 200px;
	background-image: url(image/testata.jpg);
	background-repeat: no-repeat;
	text-indent: -9000px;
	background-position: top;
}

dove sbaglio? non mi da nessuna area attiva.......