div#column-2-container {
}

	#column-left {
		width: 740px;
		float: left;
	}
	
	#column-right {
		position: relative;
		width: 180px;/*200*/
		padding: 0 0 0 20px;
		float: right;
	}
	
		#column-right #benefit-banner {
			position: absolute;
			top: -22px;
			left: 20px;
			width: 180px;
			height: 595px;
			background-image: url("/i/benefits-banner-bg.jpg");
			background-position: 0 0;
			background-repeat: no-repeat;
			float: right;
		}