body {
	background: #fff;
	min-width: 100%;
}
#wrapper {
	width: 100%;
}
#contentwrapper {
	background: none;
	overflow: visible; /* HERE is what fixed it :) */
	overflow-x:visible; /* HERE is what fixed it :) */
	overflow-y: visible; /* HERE is what fixed it :) */
}
#contentfloatholder {
	min-height: auto;
	height: auto !important;
	padding: 0;
	width: 100%;
	background: none;
}
#superheader, #header, #subheader, #menu, #superfooter, #footer, #breadcrumbs, #subcats, #siblings, #homePageMenu {
	display:none;
}

/* for home page */
#center-middle {
	color: #3b3a02;
}
#plantOfTheSeason {
	left: 40px;
}
#homeFeature {
	left: 242px;
}
#homePageImages {
	left: 41px;
}