html, body { background-color:#ccc; } .wrapper { width:500px; height:500px; margin:0 auto; background:#ccc; position:absolute; left:50%; top:50%; margin-left:-250px; margin-top:-250px; }