I saved your page to be able to edit it and I checked but I don't get any shift at all of the main div. All I did was to replace the [can't remember what it's called right now] path to the background pictures in your css. So for example:
Code:
#content {
background: url('../images/bodyBG.jpg') top left repeat-y;
margin-left: 170px;
}
into this:
Code:
#content {
background: url('http://mafia.rhovisions.com/images/bodyBG.jpg') top left repeat-y;
margin-left: 170px;
}
Try doing that yourself, maybe it will help.
Bookmarks