The story isn't very long or strong, but I wanted to keep it simple. I've tested the coding on all my browsers and it seems to fit well, the main text might need a little more padding, but how does it look on your computer?
Aww she is adorable, and I love her story! I didn't see anything that needed fixing on the profile, and I only found one typo (I think) in the story, near the end:
With all the booze you've consumed, you think you might remember anything in the morning.
Did you mean to say "you think you might NOT remember anything"?
[edit] Oh, and I missed the part about the padding. Yeah, I think a little more around the sides of the main text and treasure would look better, although it's still okay as it is. And maybe a little padding under the TC?
No matter why I try I can't get padding to go below the TC, it keeps going IN the tc, not below it. :(
Hmm, I looked at the source code and tried to figure it out. I'm not positive this will work, but you might try this.
Change this line {position:relative;top:400px;left:-15px;}
to {position:relative;top:400px;left:-15px;padding-bottom:25px;}
EDIT: ...unless you already tried that of course.
I did try that already, I've left it up on the profile. It doesn't do anything. :(
What you want to do is add a margin to the bottom of your TC, not padding. Padding goes inside of a named div, while margins go on the outside. Add this to the part of your coding and tweak it to your liking.
margin-bottom: 25px;