Page is a not externally linkable
penders - 5:33 pm on Jul 26, 2011 (gmt 0)
There are certainly errors in your HTML which are quite probably throwing your layout off. However, the <div> tags look to be correctly nested as far as I can see (the last </div> closes the <div id="bg">).
You are missing an opening <html> tag and have completely omitted a <head>..</head> section in which the <link> element should go.