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

body {
	background-color: #000;
}
.center {
   width: 960px;
   height: 565px;
   position: absolute;
   left: 50%;
   top: 50%;
   margin-left: -480px;
   margin-top: -282px;
}
