body {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
}

object {
	position: fixed;
	bottom: 0px;
	height: 600px;
	width: 100%;

}
.tableindex {
	width: 100%;
	vertical-align: bottom;
	position: absolute;
	bottom: 0px;
	padding: 0px;
	margin: 0px;
	border-spacing: 0px;
}

.cellbottomwhite {
	background-color:#FFFFFF;
}

.celltopright{
	text-align: right;
	vertical-align: bottom;
}

.cellbottomright{
	background-color:#FFFFFF;
	text-align: right;
	vertical-align: top;
}