	body {
	  margin: 0;
	  padding: 0;
	  color: #000;
	  background:#fff none;
	}
	#page {
	  background:#fff url('bg.gif') left bottom no-repeat;
	  width: 100%;
	  height: 100%;
	  padding:0;
	  border:0;
	  position: absolute;
	  top: 0%;
	  left: 0%;
	  overflow: auto;
	  color: #000;
	  voice-family: inherit;
	}
	#page-inner {
	  width: 400px;
	  height: 260px;
	  padding:0;
	  border:0;
	  position: absolute;
	  top: 50%;
	  left: 50%;
	  margin: -130px 0 0 -200px;
	  overflow: auto;
	  color: #000;
	  background-color:transparent;
	  voice-family: inherit;
	}


