Sorry...I forgot to update this thread - as OP PM'd me about this and this was the reply after determining that what they wanted was text that displayed above the mainWrapper area:
Depending on where you want this - all pages or not??
in a copy of tpl_main_page.php find this and add your text directly after this:
$header_template = 'tpl_header.php';
$footer_template = 'tpl_footer.php';
$left_column_file = 'column_left.php';
$right_column_file = 'column_right.php';
$body_id = ($this_is_main_page) ? 'indexHome' : str_replace('_', '', $_GET['main_page']);
?>
Add your text here
Save & upload