<html>
<head>
<title>floor</title>
<style>
#container{
border: solid #ccc 1px;
width: 800px;
height: 200px;
}
.post{
border-bottom: dashed #ccc 1px;
margin: 5px;
padding: 2px;
}
.user{
margin-right: 0px;
float: left;
}
</style>
</head>
<body>
<div id="container">
<div class="post">
<div class="header_post"><div class="user">the user</div><div align="right" style="">2009-06-18</div></div>
<div class="body_post">this is a test news</div>
<div class="footer_post"><div align="right">Reply</div></div>
</div>
</div>
</body>
</html>
<script>
</script>