There should be some content here. If you are using any browser than IE you can see this. If you're running IE right now all you're seeing is a nice white screen.
It has to do with the way I closed the <script> tag in the header. IE doesn't like it if you close the script tag the XHTML way (with the / in the tag). If I were to do <script type="text/javascript" src="functions.js"></script> IE would display all the content.