#landing {
	position: relative;
	background: #fff url(/css/images/1-5-white-page.png) no-repeat 0 0;
	width: 980px;
	margin: 52px auto 0;
  padding: 0 0 30px;
}

#landing h2 {
	height: 40px;
	padding: 6px 10px 0;
	margin: 0;
	font-size: 32px;
	background: url(/css/images/1-5-header.png) no-repeat 0 0;
	letter-spacing: -2px;
	color: #3097b9;
	line-height: 1.1;
	text-shadow: #fff 0 1px 0px;
}

#landing h3 {
	color: #3097b9;
	font-size: 30px;
	letter-spacing: -2px;
	text-align: center;
	margin: 10px 0 20px;
	line-height: 1.3;
}

#landing h4 {
	color: #1f3946;
	font-size: 18px;
	letter-spacing: -1px;
	margin: 10px 0 10px 95px;
}

#landing p {
	padding: 0;
	margin: 10px 0 15px 95px;
	font-size: 12px;
	color: #274758;
	line-height: 1.6;
}

#landing img.topper {
	margin-left: 90px;
}

#landing a {
	color: #4e7afd;
	text-decoration: none;
}

#landing a:hover {
	color: #39dc43;
}