#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;
}

	#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: 280%;
			line-height: 1em;
		}

		#content div.right div#text h2 {
			margin: 0 0 1em 0;
			padding: 0;
			line-height: 1em;
			color: #999;
			text-transform: lowercase;
		}

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

	#content div.right div#signup {
		position: absolute;
		left: 40px;
		bottom: 40px;
	}

		#content div.right div#signup form {
			margin: 0;
			padding: 0;
		}
