Hola a todos, hola Wel.
Lo estás haciendo al revés.
Código HTML:
margin-top:-250px; margin-left:-250px;
top:50%; left:50%;
A mi me gusta trabajar con porcentajes:
Código HTML:
#centrado {
position: absolute;
top:30%; left:30%;
width: 40%; height: 40%;
border: 1px solid #000;
text-align: center; }
Tampoco estaría de más ponerle comillas al id