if (screen.width<=800) {
  $(document).ready( function() {
	$('#page').css('position','relative');
  });
}