@charset "utf-8";
/* CSS Document */
body {text-align: center}

.mainframe {
     position: absolute;
     top: 50%;
     left: 50%;
     width: 1366px;
     height: 768px;
     margin-left: auto;
     margin-top: auto;
}