/*a class for each letter to get the right background gif*/
/*add and remove as needed to avoid a huge amount of redundant styles*/
#dropCap1 {
	background: url("../images/home_cursive_letters/n.gif") no-repeat bottom left;
	margin-right: -37px;
	width: 94px;
}

#dropCap2 {
	background: url("../images/home_cursive_letters/b.gif") no-repeat bottom left;
	margin-right: -16px;
	width: 72px;
}

#dropCap3 {
	background: url("../images/home_cursive_letters/i.gif") no-repeat bottom left;
	margin-right: -18px;
	top: 0px;
	width: 62px;
}

.logo {
	background: url("../images/logo_HP_de.gif") no-repeat left top;
}