
#left {
	float: left;
	width: 425px;
	height: 639px;
	background-color: #ffffff;
}


#right {
	float: right;
	width: 325px;
	height: 639px;
	background-color: #e4dbba;
	position: relative;
}

#right p {
	font-size: 12px;
	line-height: 1.5em;
}

#right .copy {
	padding: 30px;
	font-size: 10px;
	color: #2e2749;
}

#right .image {
	position: absolute;
}