I'm sorry, I misunderstood. When you said "I guess it could include the text", I figured you were saying you preferred it wouldn't center the text.
To center the whole wonderful thing, in the JFBCLogin module, you should use the module suffix parameter and set it to something like "-righcolumn". What this will do is, on the page, create a div around the whole module with a class of "module-rightcolumn". Then, in your template CSS file, you can do:
.module-rightcolumn {
text-align: center;
}
You can remove the CSS code I gave above as well. Hope this all helps, but if not, or you need anything else, you know where to find us!