html
{
	min-height: 100%;
	margin-bottom: 1px;
	overflow: -moz-scrollbars-vertical;
}

body
{
	margin: auto auto auto auto;
	background-color: black;
}
	
div.clear
{
	clear: both;
}

div.main
{
	width: 960px;
	
	/* this centers the table */
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 0 0 0 0;
	text-align:center;
}
