﻿body {
    text-align:center; /* Corrige le bug de centrage d'IE */    
    overflow:-moz-scrollbars-vertical;
    background-color:#000000;           
}

.pagecenter 
{   
    position:absolute; 
    top:50%;
    left:50%;
    margin-left:-487px; /* width div 2 */
    margin-top:-275px; /* height div 2 */
    width:975px; 
    height:550px;
}
