#Homepage {
	background: url('images/homepage.png') left top no-repeat;
	width: 785px;
	height: 512px;
	margin: -114px 0 0 53px;
	z-index: 1;
	position: relative;
}
#Content #HomepageCta {
	display: block;
	position: absolute;
	left: 108px;
	top: 238px;
	width: 325px;
	height: 49px;
	border-bottom: none;
	z-index: 2;
}
#HomepageCta span {
	position: absolute;
	left: 0;
	top: 0;
	width: 325px;
	height: 49px;
	background: url('images/homepage-cta.png') left top no-repeat;
	cursor: pointer;
	cursor: hand;
}

#Foot {
	margin-top: 15px;
}
#Copyright,
	#Copyright a:link,
	#Copyright a:visited,
	#Copyright a:hover,
	#Copyright a:focus,
	#Copyright a:active {
	color: #0057A3;
}