@charset "UTF-8";
/* CSS Document */

body
{
  background-color: #dbdadc;
}
.center-div
{
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 595px;
  height: 324px;
  background-color: #dbdadc;
  border-radius: 3px;
}