body#home h1 {
	margin-bottom: 0;
}

body#home h1 em {
	color: #C32422;
	letter-spacing: 1px;
}

body#home em#subtitle {
	display: block;
	margin-bottom: 1em;
	color: #777;
}

body#home p span {
	display: block;
	margin-bottom: 1em;
}

body#home p strong {
	display: block;
	height: 32px;
	margin-top: 1.5em;
	overflow: hidden;
	position: relative;
	width: 187px;
}

body#home p strong span {
	background: url(../media/images/signature.gif) top left no-repeat;
	height: 100%;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	
	text-indent: -9999px;
}