How would you have done this differently?

[SIZE=1] if you were building this site from scratch, how would you have done it differently?

www.quintandquint.com

assume that you want to:

• have a seamless transition from section to section (and not the ‘blinking’ that comes from loading each swf into its own html page)
• have the background color change to match the tab
• have the main part of the content stay centered in the browser window… regardless of the size the user has their window set to

currently, it consists of one main html page and i use javacript to change the background color as each new swf gets loaded in… but i’m finding that this method has its limitations.

thanks!![/SIZE]