I have a #wrapper { margin: 0 auto } centered in the middle.
I want to align a div.version inside of that wrapper at the top right corner (of this wrapper). So the .version div should still be inside of the #wrapper.
Which position value do I have to use here?
