body {
  font-family: sans-serif;
  background-color: #fff;
}

#box {
  float: middle;
  padding: 5px;
  border: dashed #000 1px;
  width: 50%;
  background-color: #eee;
  text-align: center;
}