/* CSS Document */

html, body { 
	height: 100%; 
	width: 100%; 
	padding: 0px; 
	margin: 0px; 
	text-align: center;
	}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #333333;
	background-color: #cccccc;
	text-align: center;
	}

#wrapper {
	width: 960px;
	height: 600px;
	overflow:hidden;
	border:	0px solid #000000;
	text-align: left;
	background-color: #FFFFFF;
	border: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px auto;
}


	
table { 
	text-align: center; 
	height: 100%; 
	width: 100%; 
	border: 0px;
	padding:0px;
	margin:0px;
	}
