
html {
  height: 100%;
  background-color: #9999FF;
background: -webkit-gradient(linear, bottom, top, color-stop(0, #0F3563), color-stop(1, #A8D5FE)) no-repeat;
background: -ms-linear-gradient(bottom, #0F3563 0%, #A8D5FE 100%) no-repeat;
background: -o-linear-gradient(bottom, #0F3563 0%, #A8D5FE 100%) no-repeat;
background: -moz-linear-gradient(bottom, #0F3563 0%, #A8D5FE 100%) no-repeat;
background: -webkit-linear-gradient(bottom, #0F3563 0%, #A8D5FE 100%) no-repeat;
background: linear-gradient(to top, #0F3563 0%, #A8D5FE 100%) no-repeat;
}


.centerPage {
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 10pt;
  color:  #FFFFFF;
  position: absolute;
  width: 400px;
  height: 500px;
  top: 125px;
  left: 50%;
  margin-left: -200px;
  text-align: center;
}