﻿#wait_content img {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -62px; /*set to a negative number 1/2 of your height*/
	margin-left: -140px; /*set to a negative number 1/2 of your width*/
	z-index: 100000;
}
