﻿.body {
	padding: 0px;
	margin: 0px;
	background-color: #000000;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
}
.table_main {
	width: 100%;
	height: 100%;
	background-color: #000000;
}
.table_main_td {
	text-align: center;
}
.table_main_tr {
}
.table_secondary {
	width: 800px;
	height: 600px;
	background-color: #FFFFFF;
}
