Hard to say but, to start, this needs some fixing (from http://willie.envisionssoftware.com/...s/welcome.html source):
Code:
<link type="text/css" href=style.css rel=stylesheet>
<style type="text/css">
<style type="text/css">
A:link { text-decoration: none; color:#009900; }
A:visited { text-decoration: none; color:#009900; }
A:hover { text-decoration: none; color:#33ff66; }
.matrix { width:15px; font:15pt Lucida Console, Courier, monospace; text-align:center; padding:0px; background-color:#000 }
</style>
The code in red links to a style sheet that is not there. The code in green is not needed as it is repeated just below. Get rid of both of them and see if things don't improve.
Bookmarks