#content div.left, #content div.right {
	width: 300px;
	height: 400px;
	float: left;
	background-image: url("images/home_house.jpg");
	background-position: 50% 50%;
	background-repeat: no-repeat;
	border-right: 2px solid #fff;
	position: relative;
}

#content div.right {
	border-right: none;
	background-image: url("images/home_dog.jpg");
	width: 468px;
}

	#content div.right h3 {
		margin: 0;
		padding: 8px;
		background-color: #fff;
		color: #000;

		position: absolute;
		top: 20px;
		left: 20px;

		font-size: 70%;

		font-weight: normal;
	}