.fcontent {
	width: 98%;
}

div.left_block {
	float: left;
	width: 300px;
	background-color: #eeefea;
}

div.right_block {
	float: right;
	width: 400px;
	background-color: #eeefea;
}