#homeContent {
	position: relative;
	height: 497px;
	background: #fff;
	}
	#theVideo {
		position: absolute;
		top: 11px;
		left: 36px;
		padding: 8px;
		
	}
	
	#theVideo img {
		background: transparent url(../../img/homepage/bg-video.png) top left no-repeat;
		padding: 8px;
	}
	
	#statements {
		position: absolute;
		top: 371px;
		left: 50px;
	}
	#learnMore {
		position: absolute;
		top: 389px;
		left: 535px;
	}
	#rightFocus {
		position: absolute;
		top: 12px;
		left: 650px;
		padding: 40px 20px 0 21px;
		width: 222px;
		height: 435px;
		background: transparent url(../../img/homepage/bg-right-focus.png) top left no-repeat;
		}
		#rightFocus h1 {
			margin-bottom: 12px;
		}
		#rightFocus p {
			margin: 0 0 5px 4px;
			line-height: 18px;
			color: #51504d;
		}
		#rightFocus div {
			margin-top: 35px;
		}
	