Use panels_panels_page($did)
For example:
<?php
$did = 1;
print panels_panels_page($did);
?>where $did is the database id of the panel. $did = 1 is the first panel.
You could stick that PHP code in your theme or you could put that in block and then place the block in the header, content, and/or footer of your sites. The possibilities are endless.
