@charset "utf-8";
/* CSS Document */

body {
	 background-color: #fff;
	 font-family: arial;
	 font-size: 8pt;
	 color: #fff;
}

.main-container {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -350px;
	margin-top: -250px;
	width: 700px;
	height: 500px;
}