<body> <div class="page"> <div class="content"> the outmost div here is div class="page" </div> </div> </body>
.page{
float:left;
padding-bottom:11px;
width:100px;
}
.content{
float:left;
width:97px;
}
.page{
margin:0 auto;
padding-bottom:11px;
overflow:hidden;
width:100px;
}
.content{
float:left;
width:97px;
}