<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<link rel="stylesheet" type="text/css" href="css/reset.css" />
<style type="text/css">
div#container { width: 500px; height: 143px; }
div#container div { float: left; text-align: center; color: #ffffff; }
div#t01 { width: 85px; height: 85px; background-color: #ee4727; }
div#t02 { width: 138px; height: 49px; background-color: #cab6c2; }
div#t03 { width: 160px; height: 35px; background-color: #d7446e; }
div#t04 { width: 113px; height: 27px; background-color: #2cda54; }
div#t05 { width: 159px; height: 51px; background-color: #e1abcf; clear: left; }
div#t06 { width: 111px; height: 87px; background-color: #5de1b0; margin-top: -36px; }
div#t07 { width: 62px; height: 101px; background-color: #323fbf; margin-top: -50px; }
div#t08 { width: 120px; height: 77px; background-color: #234457; margin-top: -50px; }
div#t09 { width: 44px; height: 85px; background-color: #1f5a82; margin-top: -58px; }
div#t10 { width: 164px; height: 24px; background-color: #eb2cf4; }
</style>
<meta http-equiv="content-type" content="application/xhtml+xml; charset=UTF-8" />
</head>
<body>
<div id="container">
<div id="t01">T01</div>
<div id="t02">T02</div>
<div id="t03">T03</div>
<div id="t04">T04</div>
<div id="t05">T05</div>
<div id="t06">T06</div>
<div id="t07">T07</div>
<div id="t08">T08</div>
<div id="t09">T09</div>
<div id="t10">T10</div>
</div>
</body>
</html>
Работает в IE8, FF2, FF3, Chrome, Safari, Opera. Не работает в IE6 и IE7 по неизвестным мне причинам.
(ширина и поля могут быть немного смещены, изображение было низкого качества, и я только что использовал инструмент волшебной палочки в фотошопе)