#container_cntnt {
	position:relative;
	border-left: solid 15px #c9e05e;
	border-right: solid 15px #c9e05e;
	min-height: 610px;
	min-width: 770px;
	margin:0;
	padding:0;
	}
	
	.left {
float:left;
width: 590px;
}
.right {
position:absolute;
top:0;
right:0;
width:180px;
}


