/* CSS Document */

body { 
	height: 100%;
	background-color: silver; /* background color on the sides*/
	color: black; /* text color */
	margin: 0px;
	padding: 0px;
	text-align: center;
	} 

div.center {
	height: 100%;
	width: 960px;
	color: black;
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	}
	
table { 
	margin: auto; 
		}
	
div.container {
    position: relative;
	height: 100%;
	width: 960px; /* orig 900 */
    background-color: white; /* red for debugging */
	color: black;
	border: 1px solid black;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	}


