#content div.left, #content div.right {
	width: 300px;
	height: 400px;
	float: left;
	background-image: url("images/about_boy.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;
	overflow: auto;
}

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

		#content div.right div#text h1 {
			margin: 0;
			padding: 0;
			color: #c3bcb2;
			font-size: 250%;
			line-height: 1em;
		}

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

		#content div.right div#text ul {
			margin: 1em 0 1em 1em;
			padding: 0;
			font-size: 80%;
			color: #999;
		}

		#content div.right div#text p {
			font-size: 80%;
			color: #666;
		}

			#content div.right div#text p span {
				font-size: 250%;
				color: #c3bcb2;
				font-weight: bold;
			}

			#content div.right div#text p a {
				color: #999;
			}

