body {
	background: #f0f0f0;
}

.container {
	margin: 0 auto;
	width: 700px;
}

.group:after {
	content: "";
	display: table;
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}