Top-level ID

The top-level ID of your document, whether it's a book, article or whatever, should always be set equal to "index":
 
<!DOCTYPE book PUBLIC "-//GNOME//DTD DocBook PNG Variant V1.1//EN"[
]>
<book id="index">
  
	
Also, note that the root element here, "book", needs a lower-case "b".