When designing a fixed size layout, I know that the container that holds everything needs to be relative positioned in order to be centered on both sides. Should the contents inside the container be absolute or relative? I read an article saying that absolute positioned divs would mess the layout up in different browsers, but is this the case if it is inside of a relative div?