body {

background:#FFFFFF;
font-family:tahoma;
font-size:20px;

}

#outer {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  overflow: visible;
}

#inner {
  width: 80%;
  height: 50%;
  position: absolute;
  top: 25%;      
  left: 10%;
  background:#FFFFFF;
  text-align:center;
}