Obvious question, but do you have items in your wishlist and is your journal public and/or set up? If you don't have anything in your wishlist and if your journal is private, those sections won't show up.
The equipped items aren't moving because you have specified a type of positioning on them:
#profile .items {top: 200px; left: 25px; width: 150px; }
You need to add position: relative; or position: absolute;.