@charset "windows-1252";
 
 body { background:#fff;align:center;}
/*;background-image:url('images/grid.gif')*/
	
	body /* Internet Explorer */
	{	
	width: 900px; 
	text-align: center;
	margin:0 auto;
	align: center;	
	}

	body /* Mozilla Firefox alignment */
	{
	text-align: -moz-center;
	width: 900px; 
	margin:0 auto;
	align:center;
	}
