Hey clarenicolson, I think with the current theme, the way to go back home is for a user to click the link in the top header box.
I did a little hack (not that efficient) where I created a home page and in the text for the home page I put this javascript code that automatically redirects people to the main page of your website:
<script language="javascript">
location.replace("put url of your site here");
</script>
<meta http-equiv="refresh" content="1; url=put url of your site here">