I'd suggest to create more professional looking website and host on your own domain... Yo can find lots' of great WordPress themes for example, and sign up with the WordPress hosting plan, so you won't need to go through site installation/configuration headaches..
Why use Wordpress, when it's not a blog? I agree with allen. For starters, take away the background image, make the background #fff; and the text dark. From there adjust the rest of the color scheme as need be. You will find it will look a lot better, in addition to becoming more readable. Also, at some point somebody is going to point out to you that it is a bit silly to slap on an XHTML 1.0 Transitional doctype if you're going to structure your entire layout via tables...a table wrapped in a <center> tag, no less. Here is a tip for centering block-level elements: div#wrapper { width: (something); margin: 0 auto; /* 0px margin-top and -bottom, auto on the left and right which centers it */ } Code (markup): GRANTED, that probably isn't the best way to go about it, either, because of how absurdly it will scale on extremely large resolutions. You could define your width as a %, define a % margin-left, and then define min- and max-widths in ems, making sure to define font-size and line-heights in, say, % for the body. Using a white background, this might be sufficient, but don't totally rely on me for what is best practice and what isn't. There are plenty of things I'm still figuring out myself. Although seriously, don't use tables for layout. body { width: 90%; margin-left: 10%; min-width: (...)?; max-width: (...)?; font: 85%/140% (font font font) sans-serif; background: #fff; color: #333; } Code (markup): Also don't use flash.
According to me i suggest light background color for any site and its really looks really really good on your webpage.
Far to dark overall imo. The graphics in general seem pretty poor and seen as you're trying to get customers interested in your services and products this will be a huge turn off. I would lighten everything up and get some decent graphics done asap
Actually i like it so far rite now. I would just work on your logo and design quality but the color theme is perfect. I like it.