<?php 

$page = ""; 
$section = "game"; 
$title = "Your World - Your Life Your Money | PBS"; 
$content = "full";  #either "full" or "right" depending on the template width

# USE $bodyload for onload calls, otherwise leave commented out
# $bodyload = "";

include( 'includes/header.php' ); 

?>









<div id="heading" class="<?php echo $content; ?>"> <?php # Heading ?>

<img src="images/headings/heading_game.png" width="900" height="85" alt="Your Life, Your Money, Your World" class="trans" />

</div> <!-- end heading --> 




<div class="container">  <?php # Wraps the two columns to keep things organized ?>




<!-- FULL COLUMN  -->


<div id="fullcontent"  class="bbg trans" style="margin: 0 0 20 0; padding: 0;">
     
     <div id="myContent">
    	<p>Alternative content</p>
     </div>

     
</div> <!-- end full content div  -->
 
 
 <!-- END FULL COLUMN  -->
 
  </div> <!-- end column container div  -->
  



<?php include( 'includes/footer.php' ); ?>
