html, body {
	height: 100%;
}

body {
	padding: 0;
	margin: 0;
	font-family: tahoma;
	direction: rtl;
}

#contain {
	width: 302px;
	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: 300px;
	padding-right: 80px;
}*/

TD {margin:0; padding:0;}
IMG {margin:0; padding:0;}