DIV.centerWelcome{
		position: absolute;
      left: 50%;
      top: 50%;
      width: 1000px;
      height: 650px;
      margin-left: -500px; /* half of width */
      margin-top: -325px;  /* half of height */
      /*background-color: #A3A1A1;*/
      }
	  
	  p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 16pt;
	font-weight: bold;
	font-variant: normal;
	color: #524e4e;
	
	}
