body {    
	background: #222222;    
	color: #FBF3E5;    
	font-family: Verdana, Arial, sans-serif;    
	font-size: 12px;
}
html, body {
	/*width: 100%;*/
	height: 100%;
	/*padding: 0;
	margin: 0;*/
}
table.main-table {    
	width: 100%;     
	height: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
a:link, a:visited, a:active {	
	color: #FBF3E5;	
	text-decoration: none;
}
a:hover, a:focus {	
	color: #777777;	
	text-decoration: none;
}
#live {
	margin: 20px 0;
}
