#who-container {
	position:absolute;
	top:20px;
	left: 620px;
	max-width: 270px;
	max-height:270px;
	color:#f1f1f1;
}
#recent-container {
	position:absolute;
	top:330px;
	left: 620px;
	max-width: 270px;
	max-height:270px;
	color:#f1f1f1;
}
#who-content, #recent-content {
	background:#0685c9;
	border:3px solid #2B3856;
	padding:20px;
}