div.container_inside_content {

	position:relative;
	float:left;
	width:920px;
	padding-top:24px;	
	padding-bottom:35px;
	
}

div.banner-how-help {

	position:absolute;
	right:30px;
	top:0px;
	width:205px;
	height:183px;

}


div.bg-inside-top {
	
	position:absolute;
	top:0px;
	left:0px;
	width:908px;
	height:60px;	
	background:url(/imgs/bg-inside-page-top.jpg) no-repeat;
	

}

div.bg-inside-middle {

	background:url(/imgs/bg-inside-page-middle.jpg) repeat-y;			
	
}

div.content-inside {

	padding-left:20px;
	min-height:0;
	height:auto !important;
	height:0;
	
		
}

div.bg-inside-bottom {
	
	position:absolute;
	bottom:0;
	left:1px;
	width:908px;
	height:36px;
	background:url(/imgs/bg-inside-page-bottom.jpg) no-repeat;
	
}


