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

body {
  position:rerative;
	background-color: #000000;
  min-width: 300px; 
  min-height: 240px; 
}

.cent {
	margin: -250px 0 0 -250px;
  position: absolute;
	top: 50%;
	left: 50%;
}
