You need to use margin-top on the TC, instead of just top. If you relative-position things, then the containing div won't know that it's moved unless you use margin-top or margin-bottom to do so :) It's a bit complicated to explain xD
Ohhh, that's why! You explained it perfectly. Thank you!
