
	.leftcontent {
		position: absolute;
		left:1%;
		width:20%;
		top:50px;
		background:#fff;
		}

	.centerleftcontent {
		position: absolute;
		left:22%;
		width:55%;
		top:50px;
		background:#fff;
		/* border: 1,solid,#000000; */
		}

	

	.rightcontent {
		position: absolute;
		left:80%;
		width:19%;
		top:50px;
		background:#fff;
		}
	
	