.data {
    position: absolute;
    left: 50%;
    top: 50%;
    background: url(bg.jpg);
    width: 500px;
    height: 277px;
    margin-left: -250px;
    margin-top: -130px;
}