body {
  min-height: 2000px;
  padding-top: 70px;
}

.center{
    width : 100px;
    height : 100px;
    display : table-cell;
    vertical-align : middle;
    border : 1px solid red;
    float:none;
}