#rightSide,
#leftSide{
	width: 50%;
	text-align: center;
	font-size: 12px;
}

#leftSide p,
#rightSide p{
	height: 175px;
	width: 80%;
}
#leftSide{
	float:left;
}
#rightSide{
	float:right;
}
#content img{
	margin-top: 5px;
}