//as we are using a funky 100% body with scroll bar on inner div
//set the focus to the inner div.

window.addEvent('domready', function() {
	$('full_width_container').focus();
});