/* universal layout/positioning */

#content {
	position: relative;
	width: 470px;
	height: 434px;
	padding: 0;
	background: url(../images/home-bg.jpg) no-repeat;
}

#copy {
	position: absolute;
	top: 236px;
	left: 220px;
	width: 232px;
	height: 185px;
	min-height: 0;
	overflow: auto;
	background: none;
}



/* universal typography */

#copy p {
	font: 12px/16px Arial, sans-serif;
	color: #fff;
	margin: 0 0 10px 0;
}
