.page .content:after
{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

* html .page .content
{
   height: 1%;
}

.page .content
{
   zoom:1;
}

.page
{
    width:100%;
    min-width:974px;
    text-align:center;
}

.page .content
{
    width:974px;
    margin:0 auto;
    text-align:left;
    padding:72px 0;
}
