html {
	display: table;
	width: 100%;
	height: 100%;
}
body, table, tr, td, div {
	font-weight: normal;
	font-size: 9pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	line-height: 160%;
	margin: 0px;
	padding: 0px;
	border: none;
}
img {
	margin: 0;
	border: none;
}
a:link, a:visited {
	text-decoration: underline;
	color: #C03;
}
a:active, a:hover {
	text-decoration: underline;
	color: #F69;
}
body {
	display: table-cell;
	vertical-align: middle;
}
#blockCentering {
	text-align: left;
	margin: 0 auto;
	width: 800px; /* �� */
	height: 500px; /* �� */
}
* html body {
	/* ie6 */
	text-align: center;
	height: 100%;
}
* html #blockCentering {
	/* ie6 */
	display: inline;
	vertical-align: middle;
	zoom: 1;
}
* html #dummy {
	/* ie6 */
	width: 0;
	height: 100%;
	vertical-align: middle;
	display: inline-block;
}
*:first-child+html body {
	/* ie7 */
	text-align: center;
	height: 100%;
}
*:first-child+html #blockCentering {
	/* ie7 */
	display: inline;
	vertical-align: middle;
	zoom: 1;
}
*:first-child+html #dummy {
	/* ie7 */
	width: 0;
	height: 100%;
	vertical-align: middle;
	display: inline-block;
}