html, body {
	font-family: "Courier New", verdana, helvetica, arial, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	letter-spacing: 0px;
}


#container {
	width: 950px;
	height: 570px;
	position: relative;
	left: 0px;
	top: 10px;
	margin: 0 auto;	
}


#main {
	position: relative;
	width: 950px;
	height: 570px;
	left: 0px;
	top: 0px;
	background-color: #000000;
}


