/***********************************************/
/* File:      mainbg.css                       */
/* Function:  main background style sheet      */
/***********************************************/
/*                                             */
/*  Author:   Reid Weske - California WebWise  */
/*  Created:  03/28/04                         */
/*                                             */
/***********************************************/
/* HTML tag styles                             */
/***********************************************/

/*********  body background image **************/
body {
		
		/*background-color: #000000; */
		
		/* background: url(../images/t-forest-300.jpg); */
		/* background-size: cover;
	    background-color: #216930;*/
		
			background: url(../images/w-PhilomathSky.jpg);
		/*background: url(../images/w-day4_bg_1064.jpg);*/
		background-size: cover;
	    background-color: #216930;
	

}
/*************  end of fle ********************/