#leftColumn h1 {
	display: none;
}

#leftColumn p {
	padding-left: 12px;
}

#firstParagraph {
	background: #2f312d;
	color: white;
	padding: 0;
	margin: 0;
	font-size: 12px;
	height: 247px;
	position: relative;
}

#firstParagraph p {
	margin: 0 12px 12px 12px;
	padding: 0;
}

#firstParagraph #bottomAlign {
	position: absolute;
	bottom: 0;
	left: 0;
}

#rightColumn {
	height: 247px;
	background: #2f312d url(/img/privacy-policy.jpg) top left no-repeat;
}