how to print the content of pages inside the front end area

Your code is OK, however I think the main failure is to call a page #116, if this page not exist on your WP site the front area or HOME page will not display any data. Normaly to avoid page ID # I use the code if (is_page('name-of-page')) {?>
Some times is better than PAGE ID because the ID number not allways is the same on new WP install, just remember to set your permalinks to pretty using /%permalinks%/