/* This controls:
 A. the general browser window's background color and scroller bar colors.
 Consider changing the scroller bar colors to complement
 (that feature works in IE only) if you change the bg color.
 B. Centers the page through Body and Container entries*/

html{
scrollbar-arrow-color: #FFFF80;
scrollbar-3dlight-color: #80FFFF;
scrollbar-highlight-color: #800000;
scrollbar-face-color: #2C5685;
scrollbar-shadow-color: #808080;
scrollbar-darkshadow-color: #004080;
scrollbar-track-color: #355A10;
}
BODY {
	/*background-color: #666;
	background-image: url(../i/blackgridpgbg.gif);
	*/
	
	background-color: #CCC;
	}
body {
	text-align: center;
}
#container {
	text-align: left;
	margin: 0 auto;
	width: 765px;
}
