body {
	margin:0;
	background-color:#fff;
}
.content {
	width: 940px;
	height: 614px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -307px; /* height/2 = 200 */
	margin-left: -470px; /* width/2 = 250 */
	background-image: url(../images/bg/whole-bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
	h1.main {
		width:210px;
		height:260px;
		background-image: url(../images/text/take-the-right-route.jpg);
		background-repeat: no-repeat;
		background-position: center top;
		float:left;
		margin:48px 0 0 40px;
		display:inline;
	}
		h1.main span {
			display:none;
		}
	.text {
		width:272px;
		height:260px;
		background-image: url(../images/text/whats-it-all-about.jpg);
		background-repeat: no-repeat;
		background-position: center top;
		text-indent:-9999px;
		float:left;
		margin:48px 0 0 ;
		display:inline;
	}
	
.rightCol {
	width:340px;
	float:right;
	display:inline;
	margin:48px 38px 0 0;
	position:relative;
}
	.find a {
	display:block;
	background-image: url(../images/btns/find_out_more.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width:174px;
	height:218px;
	right:202px;
	top:80px;
	text-decoration:none;
	text-indent:-9999px;
	position:absolute;
	}
	.video a {
	display:block;
	background-image: url(../images/btns/watch_video.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width:166px;
	height:215px;
	clear:both;
	right:36px;
	top:139px;
	text-decoration:none;
	text-indent:-9999px;
	position:absolute;
	}
	.picture a {
	display:block;
	background-image: url(../images/btns/view_picture.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width:201px;
	height:196px;
	clear:both;
	right:116px;
	bottom:64px;
	text-decoration:none;
	text-indent:-9999px;
	position:absolute;
	}
