div.block
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 800px;
	height: 600px;
}

div.container
{
	position: relative;
	margin: 0 auto;
	width: 800px;
	height: 600px;
	text-align: left;
}

table.container
{
	width: 100%;
	height: 100%;
	border: 0;
}

td.container
{
	vertical-align: middle;
	text-align: center;
}
