/* This stylesheet contains styles for the welcome page of the site */

#masthead
{
	background: white url("images/masthead_bkg.png") repeat-x;
	border-top: 1px solid #DEF;
	margin: 0 0 16px -8px;
	padding: 8px;

	color: black;
	font-size: 200%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}
#mashead span	{ position: relative; z-index: 1; }

/* DisBin product photos (need margin trickery due to shadows and positioning) */
#disbin_new			{ float: right; margin: -40px 0 0 -28px; }
#disbin_original	{ float: right; margin: 0 0 0 -20px; }

#introduction p		{ position: relative; z-index: 1; }