<div class="wrap">
  <h2><?php print $title; ?></h2>
  <div class="admin-content">
    <?php print $content; ?>
  </div>  
</div>