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