JCwolf, your page uses Microsoft proprietary commands which will not work in any non-IE browser. Replace those with HTML standard commands and all will be sweet.
That is, try replacing:
Code:
<bgsound src="Thor's temple.wav" loop="-1">
with:
Code:
<embed src="Thor's temple.wav" type="application/x-mplayer2" autostart=true loop=true height="0" width="0">
You should really use the "object" command, but "embed" will suffice for your purposes.
Not sure if clicking on Enter was meant to do anything, but it doesn't.