#first, #second{
	float: left;
	margin: 10px;
}

#third, #fourth{
	clear:left;
	margin-left: 20px;
	padding: 10px;
	width: 50%;
}