#container {
	
	/* use this if you don't want the black lines on the interior of the right side */
	/* background: url(../images/nosearch_container_bg_no_black_line.jpg) repeat-y center #FFF; */
	
	/* use this if you DO NOT want the black lines on the interior of the right side */
	background: url(../images/nosearch_container_bg.jpg) repeat-y center #FFF;
}
.text {
	margin-left: 40px;
}
#footer {

	/* use this if you don't want the black lines on the interior of the right side */
	/* background: url(../images/nosearch_footer_no_black_line.jpg) no-repeat top left; */	
	
	/* use this if you DO want the black lines on the interior of the right side */
	background: url(../images/nosearch_footer.jpg) no-repeat top left;

}
#footer ul {
	left: 33px;
}