Re: html problem
I'm pretty sure you don't want to know what it looks like on my machine (using any of the five browsers I use for testing). It would be embarrassing. Especially when you consider that the site is meant to represent the interests of visual artists -- it sets the expectations for the art pretty low.
Looking at the HTML, there's not a lot to like. You're using to create alignment (hint: it never works), underscore characters to create borders (same hint) and font tags that prevent your CSS from working. I don't have Copperplate Gothic Light installed on my system, and I'm not going to install any font for a one-time visit to a web site, but because of the font tags I get to see your page in my browser default font (Georgia). My screen is much wider than your background image and your image doesn't tile well, but because you've used it as an attribute of the <body> tag instead of in the CSS, there's no way for you to make it work on my screen. (And if the image doesn't load for some reason, I get white text on a white background. Hard to read.) And if JavaScript is not enabled, I can't go anywhere on the site.
The "fix" is to throw out everything but the content and start over. I'll do what I can to fix the index page, but it's a lot of work and it's going to take a while. Have some patience.
“Beware of bugs in the above code; I have only proved it correct, not tried it.” --Donald Knuth
"It was as if its architects were given a perfectly good hammer and gleefully replied, 'neat! With this hammer, we can build a tool that can pound in nails.'" -- Alex Papadimoulis (on TheDailyWTF.com)