body, html {
	text-align:center;
	background: url(../../../images/login3/bg.png) ;
	font-family:Tahoma;
	color: #000;}
#contain {
	width: 802px;
	margin: 0 auto;
	height: 100%;
	min-height: 100%;
}

#contain {position: relative;}
#contain[id] {display: table; position: static;}

#middle {margin-top:-50px; position: absolute; top: 50%;}  /* for explorer 6 only*/
#middle[id] {display: table-cell; vertical-align: middle; position: static;}

#bot {position: relative; top: -50%;}  /* for explorer 6 0only */
#bot[id] {position: static;}

*:first-child+html #contain[id] {
	position:relative
} /* for explorer 7 only */
*:first-child+html #middle[id] {
	position: absolute;
	display:block;
	vertical-align:inherit;
	top: 50%;
} /* for explorer 7 only */
*:first-child+html #bot[id] {position: relative;}  /* for explorer 7 only */

#bot {
	width: 400px;
	padding-right: 80px;
}