@charset "iso-8859-1";

/*******************************************************************************
*  index.css 
* ------------------------------------------------------------------------------
*  defines masthead color for index page.
*******************************************************************************/

#masthead
{
	background-color: #006699;
	color: #ffffcc;
	background-image: url(../assets/masthead/index.jpg);
	background-repeat:no-repeat;
}

