So we are looking into making this service our permanent solution for our designs. Everything looks great and seems to work just as advertised. One problem I came across that I simply cannot figure out why it is happening is this:
I'm using the "_center" command and it seems to work just fine (except when i crop the entire images sides a bit, then it doesn't center anymore, but that's for another time.) My main problem at this point is that when i turn my monitors screen resolution above 1280x1024 you start to slowly see the centerness go away. In fact the entire page seems to creep to the left a bit, and becomes very noticeable at around 1600x1024, and anything above that it becomes blatantly obvious that the page is no longer centered but to the left now.
But as soon as i drop my monitor's resolution back down to 1280x768 it goes right back to being centered again. Very strange and I'm hoping that there is a quick easy fix for this issue. Other than that everything has been pretty good, now we'll test the support ;) Thanks a lot

Centering Issues
Dls83
Just a quick tip: When using the Center feature it is always great to use the '_bodybg'. That adds a background to your whole page no matter how wide the browser window is. Obviously you want to center the content of the page. 'centering' is centering - it takes the number of pixels across - not matter what that number is - and centers the content within that range. The center function should keep everything in flow even above the 1280x1024 (5:4 ratio).
'_center' http://www.psd2cssonline.com/node/128#cntr
'_center2' http://www.psd2cssonline.com/node/128#center2
We are going to need an example of the problem. We geek types call that a 'repro' :) we need a set of examples so we can reproduce (or even better PSD file or link) to replicate the problem....
Here is my sample
You requested a sample, so i have the test site hosted and you can check it out for your self.
http://bit.ly/abGDMW - test site in progress
http://bit.ly/bn28dN - product's page psd file.
We add the background manually to the css file. As you can see when you up the resolution the centerness stops and the site drifts to the left. Any help on this issue will be greatly appreciated. Thanks.
_center container
dls
The _center functionality is definitely missing from your site. I took a look at the psd file and found a pretty common issue. If you want to center all the content on your page, you need to create a layer with "_center" nomenclature. This layer should be a rectangle that is stretched across all of the other content that you want to be centered. Think of it as a box or container, which stays in the center of the page. All of the other content is then positioned inside this box so that it always remains in the center.
Sorry for using the word center a bajillion times, but hopefully that helped clarify what went wrong!
-Ab