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

#content div.right {
	background-image: none;
	border-right: none;
	width: 468px;
	position: relative;
}

	#content div.right div#text {
		position: absolute;
		top: 80px;
		left: 40px;
		width: 370px;
	}

		#content div.right div#text h2, #content div.right div#text h3 {
			margin: 0;
			padding: 0;
			line-height: 1em;
			color: #999;
			font-size: 160%;
		}

		#content div.right div#text h3 {
			margin: 1em 0;
			font-size: 120%;
		}

			#content div.right div#text h3 span {
				color: #666;
			}