.read-full {
	overflow: hidden;
	height: 200px;
	position: relative;

}
.read-full:before {
	background: linear-gradient(transparent 50px, #111111) ;
	/*bottom: -10px;*/
	height: 200px;
	/*left: 0;*/
	position: absolute;
	content: "";
	width: 640px;
	z-index: 1;
}

.read-more {
	float: left;
	width: 640px;
	margin: 0px;

	text-align: center;
}

.read-more a {
	margin: 0px 10px;
}

#bottom-promo{
	width: 640px;
	float: left;
	color: #FFF;
	padding: 15px 0px 15px 15px;
	line-height: 150%;
	font-size: 15px;
	margin-top: 30px;
	margin-left: 0px;
	margin-right: 0px;

	border: 1px #FFF solid;
}
#bottom-promo h1{
	color: #FFF;
	margin: auto;
}