div#leftside{
	float:left;
	height:100%;
	width: 48%;
	margin-top: 20px;
}
div#rightside{
	width:48%;
	height:100%;
	margin-left: 52%;
	margin-top: 20px;
}
