#content {
  position: relative;
  width: 800px;
}

#content_wrap {
  position: relative;
  z-index: 2;
  height: 100%;
}

#col1, #col2 {
  float: left;
  width: 380px;
}

#col2 {
  margin-left: 4px;
}
#col2 .csc-textpicHeader {
	position:relative;
	top:0px;
	margin:0;
	padding:0;
}

#col1_content, #col2_content {
	position: relative;
	margin: 1em;
	padding:2px;
}

#left_background, #right_background {
	position: absolute;
	z-index: 1;
	top: -15px;
	left: 0px;
	width: 380px;
	height: 100%;
	//visibility:none;
	
}

#left_background {
}

#right_background {
  left: 342px;
}

