body {
	background-color: #000;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #FFF;
	letter-spacing: 0.1em;
}

a { color: #999; font-weight: bold; text-decoration: none; }
	a:active { color:#F99; }
	a:visited { color:#999; }
	a:hover { color:#FFF; }

#container {
	display: table; 
	height: 100%; 
	width: 100%;
}

#container td {
	font-size: 11px;
	line-height: 14px;
	vertical-align: middle; 
	text-align: center;
}
