div#box-left {
	float: left;
	width: 22%;
	margin-right: 4%;
}
div#box-right {
	float: left;
	width: 74%;
}
