html
{
	background: #000000;
	color: white;
	font-family: arial,helvetica;
}
.MainTD
{
	vertical-align: top;
}
.NameDiv
{
	position: relative;
	left: -100;
	text-align: center;
	width: 200;
	top: -200;
}

.MiddleDiv
{
	left: 50%;
	top: 40%;
	height: 0;
	width: 0;
	padding: 0;
	position: absolute;
}
table
{
	text-align: center;
	position: relative;
	left:-200;
	top:-200;
	width: 400;
	height: 400;
	table-layout:fixed;
}
.CrossTR
{
	height: 20;
}
.CrossTD
{
	width: 20;
}
.BottomRightFooter
{
	font-size: 12;
	position: absolute;
	right: 10%;
	bottom: 20px;
	height: 15;
	width: 80%;
	text-align: center;
	z-index: 2;
}
a
{
	color: white;
}