/* Load the standard Blueprint CSS definitions. */ @import 'blueprint/screen.css'; /* Add the Blueprint grid background. The min-height is an evil hack to make it visible on non-IE6 browsers. Why does the container colapse to 0 height? */ #container { min-height: 1300px; background: url(blueprint/lib/img/grid.png); }