#leftContent {
	width:49%;
	background-color:#fff;
	float:left;
}
#rightContent {
	float:right;
	width:50%; 
	background-color:#E0E0E0 !important;
	height:77em;
}
hr
{
	background: #D9D9D9;
	border: 0;
	color: #D9D9D9;
	height: 1px;
	margin: 5px 0 10px 0;
	width:100%;
 }