#overlay {
	position: absolute;
	width: 542px;
	height: 156px;
	top: 45px;
	left: 0;
}
#overlay-bg {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 542px;
	height: 156px;
	background: #fff;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
#statement {
	position: absolute;
	width: 500px;
	display: block;
	top: 50px;
	left: 20px;
	z-index: 1;
}
#statement p {
	padding: 0;
	margin: 0;
	font-size: 25px;
	line-height: 1em;
}