div垂直居中水平居中css

width: 860px;
    height: 500px;
    position: absolute;
    margin-left: -430px;
    margin-top: -250px;
    top: 50%;
    left: 50%;