html, body {
font-family: 'Abhaya Libre', sans-serif;
color: #353435;
 background-color: #d4d6d7 ;
    background-repeat: no-repeat ;
    background-position: center 0 , center center ;
    background-image: -webkit-gradient( linear , left top, left bottom, color-stop(0%, #969a9c), color-stop(100%, #d4d6d7) );
}
.center-div
{
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 280px;
  height: 300px;
  border-radius: 3px;
}

table {
    border-collapse: separate;
    border-spacing: 10px 10px;
}

