body
{
  background-color: #fff;
  font-family: Helvetica, Arial, Sanserif;
}
.center-div
{
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 250px;
  height: 250px;
  background-color: #ccc;
  border-radius: 3px;
  overflow: auto;
  text-align: center;
}