html
	{
	height:100%;
	width:100%;
	}
body
	{
	height:100%;
	width:100%;
	background:lightgray;
	background: -webkit-linear-gradient(45deg, gray, white,gray,white) fixed; /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(45deg, gray, white,gray,white) fixed; /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(45deg, gray, white,gray,white) fixed; /* For Firefox 3.6 to 15 */
    background: linear-gradient(45deg, gray, white,gray,white) fixed; /* Standard syntax (must be last) */
	}
#divMain
	{
	position:absolute;
	width:500px;
	left:50%;
	margin-left:-250px;
	top:30%;
	}
#divWait
	{
	position:absolute;
	width:50px;
	height:50px;
	top:20%;
	display:none;
	z-index:1;
	}