@charset "iso-8859-1";

/*******************************************************************************
*  index.css 
* ------------------------------------------------------------------------------
*  defines masthead color for index page.
*******************************************************************************/

#masthead
{
	background-color: #ffcc33;
	color: DarkRed;
	background-image:url(../assets/masthead/ads.jpg);
	background-repeat:no-repeat;
}

