	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;
	}

    #disclaimer {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        color: #222a60;
        text-align: center;
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
    }
    #disclaimer a {
        color: #222a60;
        font-weight: 700;
    }
    #disclaimer .smaller {
        font-size: 12px;
    }