/* +++++++++ main basics +++++++++ */
*
{
	margin: 0;
	padding: 0;
}
html
{
	height: 100%;
}
body
{
	background: #000;
	color: #999;
	font-family: Arial, sans-serif;
	font-size: 11px;
	height: 100%;
	margin: 0 auto;
	text-align: left;
}
a
{
	color: #999;
	text-decoration: none;
}
a:hover
{
	color: #FFF;
}


/* +++++++++ main +++++++++ */
table
{
	border-collapse: collapse;
	border: 0;
	height: 100%;
	width: 100%;
}
td
{
	height: 15px;
	text-align: center;
	vertical-align: middle;
}