

#divcentrado {
   width:900px;
   position:absolute;left:50%;
   margin-left:-450px;
   }

<div id="divcentrado"></div>  

