Probably because you have absolutely positioned elements (and that's why you shouldn't be using absolute positioning). Get rid of the position:absolute and top/left/right/bottom values and I suggest you start over.