#content h1 {
	padding-top: 100px;
}

	#content div.strip img {
		border: none;
	}

	#content div.strip {
		width: 960px;
		height: 350px;
	}
	
		#content div.strip div.box {
			width: 480px;
			float: left;
			font-size: 80%;
			height: 350px;
		}
	
#content a.join, #content a.continue {
	display: block;
	margin: 0 auto;
	width: 220px;
	height: 80px;
	background-image: url('images/tour/join.png');
	background-position: top center;
	text-indent: -10000px;
	outline: none;
}

	#content a.join:hover, #content a.continue:hover {
		background-position: bottom center;
	}
	
	#content a.continue {
		position: absolute;
		right: 0;
		margin-top: 10px;
		width: 176px;
		height: 64px;
		background-image: url('images/tour/continue.png');
	}