Sartreck,
I love your idea, and hope it works for what I'm searching for. I'm searching to center user profile fields.
However, for forum fields I found something that works great, it just doesn't work for the user profile.
Open additional.css and place this code in there. You will have to do it for every style that you have.
Code:
/* center avatar, username, title, rank in postbit legacy 4.x.x */
.postbitlegacy .userinfo .username_container, .postbitlegacy .userinfo .rank, .postbitlegacy .userinfo .usertitle {text-align:center;}
.postbitlegacy .userinfo .postuseravatar, .postbitlegacy .userinfo .postuseravatar img {float:none; text-align:center;}
.postbitlegacy .userinfo .usertitle {display: block; float:none; text-align:center; clear: both;}