I'm struggling to identify the problem with this script: http://jsfiddle.net/AKB3d/
#second {
margin-top:50px;
...
}
My goal is to have the yellow box positioned 50px below the top border of the right box. However, every time I add margin-top to the yellow box, the red box also shifts down. What could be causing this issue?