following this question:
Float left and text-align center
I tried to create a mini-register bar on the left corner of the page and combine the body of the page on the same line as the mini-register bar.
So I've used kei's answer to improve my code using position:absolute but it takes all the body up, even the unneeded content (footer, for instance).
DEMO
As you see the class footer goes up and I want it stay down, I tried use position:fixed or position: initial.
Thanks in advance.