#feature_ball_and_chain
{
	left: 1.2222%;
	position: absolute;
	top: 40px;
	width: 49.364% !important;
	z-index: 0; 
}

.faux_feature
{
	background: url('images/yellow-grunge.jpg') !important;
	padding: 0 !important;
}
.feature_right
{
	margin-top: 50px !important;
	margin-bottom: 32px !important;
	color: #000000 !important;
}
.feature_right p {
	color: #4d4020;
	text-transform: none !important;
	margin-top: 10px;
	font-size: 1.2em !important;   
}
.faux_page form input {
	background-color: #f9faea;
	-webkit-border-radius: 10px !important; -moz-border-radius: 10px !important; border-radius: 10px !important;
}

@media only screen and (max-width:1024px)
{
#feature_ball_and_chain
	{
		left: auto;
		opacity: .2;
		right: 0;
		top: 100px;
		width: 500px !important;
	}
}