@charset "utf-8";
/* CSS Document */

div {
    width: 100px;
    height: 100px;
    background-color: 000;

    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;

    margin: auto;
}