/* for Registration pages, wait state */
#center_screen {
		position:absolute;
		bottom: 50%;
		left: 50%;
		margin-top: -32px; /*set to a negative number 1/2 of your height*/
		margin-left: -32px; /*set to a negative number 1/2 of your width*/
	}
