html, body
{
	/* note that both html and body elements are in the selector. 	
	* this is because we have margins applied to the body element 	 and the HTML's background property will show through if  it is ever set. 
	_DO_NOT_ apply a font-size value to the 	 html or body elements, set it in #pageWrapper. 	 */
	background-color: #FFF;
	color: #000;
}