Just some filling text
This layout is created by using some floating and margin. On the right and bottom edges of the float are black borders, on the top and left edges there are no borders at all. The float has -1px margins on the top and left sides. By doing so, the float overlaps the border set on the main div, thus covering up the black border with the background of the float. To make this work in
IE/Win you also have to relatively position the float.
The Css is embedded in the source code, so just take a look. I owe a huge "thank you" to Eric Meyer, who came up with the idea and is much better in explaining how it works. You can see his demo here.
