Hey,

So why did you fix it in one location?

This is the problem with absolute positioning, you have a grid with stuff in it that you don't know how big it will get.

Take the absolute positioning off, the div should end up directly under the Grid. If this isn't what you want, explain exactly what you do want.

Gary