@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background: #ee7c1f;
	font-size: 13px;
	color: #666666;
}

body, th, td, input, textarea, select, option {
	font-family: Arial, Helvetica, sans-serif;
}

.center {
  position:absolute;
  top:50%;
  left:50%;
  width:180px;
  height:250px;
  margin-left:-90px;
  margin-top:-125px;
}

