The former is actually kind of tricky; one way to do it would be to get rid of your Main Index contents and use a server side include to pull in the first archived entry (because, presumably, the main page should always display the first chapter).
Like
CODE
<!--#include virtual="archives/000001.html"-->
Depending on your setup the path (archives/000001.html) may be different, but the concept is the same.