@Snoman - I can't get anything but an error trying to load any of the urls you've provided. Perhaps you disabled wpbook?
@GreekSpy What browser are you using?
I am seeing an issue which looks like your blog is not getting appropriately resized - generally this happens because some javascript your blog includes fails, which prevents the autoresize event from firing.
In your case I'm seeing two javascript errors in the error console in Firefox.
First:
Error: SHRSB_Settings is not defined
Source File: http://www.greekspy.com/wp-content/plugins/sexybookmarks/spritegen/jquery.shareaholic-publishers-sb.min.js?ver=3.3.12
Line: 28
And then later:
Error: b is undefined
Source File: http://static.ak.connect.facebook.com/js/api_lib/v0.4/FeatureLoader.js.php/en_US?ver=0.4
Line: 7
The first seems to be an error related to the SexyBookmarks plugin and its sprites, so you might try disabling that and see if the problem resolves itself.
The second is related to the facebook api library - but I've no idea why it would throw a "b is undefined" error, but a bit of googling suggests it comes from trying to load the old library and the new in the same page - perhaps you're using another facebook connect plugin at the same time as WPBook?