/* CSS Document */
.body_1 {
	margin: 0px;
	background-color:#FFFFFF;
	height: 100px;
	width: 100%;
	text-align: center;
	vertical-align: middle;
	overflow: auto;
}

DIV.outer{
      align: center;
	  position: absolute;
      left: 50%;
      top: 50%;
      width: 800px;
      height: 524px;
      margin-left: -400px; /* half of width */
      margin-top: -262px;  /* half of height */
}
      
      
DIV.inner {
      align: center;
	  position:absolute;
      left: 50%;
      top :50%;
      width:800px;
      height: 524px;
      margin-left: -400px; /* half of width */
      margin-top: -262px;  /* half of height */
}
