Facebook Redesign

HTML

<div>
    <b><a href>Place Holdername</a></b>
    <p>added 23 new photos to the album <a href>Rummy 500: The Game of Thrills and Spills.</a></p>
</div>
<div>
    <a href><b>Jim Silverman</b></a>
    <p>ok. so facebook is twitter now?</p>
</div>
<div>
    <b><a href>First Lastname</a></b>
    <p>channel 43 everyone gogogogo</p>
</div>
<div>
    <b><a href>Another Fakename</a></b>
    <p>Darren McFadden is the savior of my fantasy team</p>
</div>
<div>
    <b><a href>Filler Person</a></b>
    <p>added 3 new photos to the album <a href>Mobile Uploads</a>.</p>
</div>
<div>
    <b><a href>Some Otherperson</a></b>
    <p>shared a link</p>
</div>
<div>Push over Fake Placeholder</div>
<div>Push over Fake Placeholder</div>
<div>
    <b><a href>Fake Placeholder</a></b>
    <p>It's a great feeling knowing the eagles and red sox are both horrendous and clearly inferior to their New Yotrk rivals</p>
</div>

CSS

body {
    background: #DDDDFF;
}

div {
    border: 2px solid lightgray;
    background: white;
    width: 30%;
    float:left;
    margin: 4px;
    vertical-align:top;
}