<body> <div class="watermark"></div> <div class="main-layer"></div>
<div class="print-site_name"><?php print theme('print_published'); ?></div> <p /> <div class="print-breadcrumb"><?php print theme('print_breadcrumb', array('node' => $node)); ?></div>
<?php if (!isset($node->type)): ?> <h2 class="print-title"><?php print $print_title; ?></h2><?php endif; ?>
<div class="print-content"><?php print $content; ?></div>
<?php if ($sourceurl_enabled): ?> <div class="print-source_url"> <?php print theme('print_sourceurl', array('url' => $source_url, 'node' => $node, 'cid' => $cid)); ?> </div><?php endif; ?><div class="print-links"><?php print theme('print_url_list'); ?></div><?php print $footer_scripts; ?></body>
/* --- Layer Styling --- */.watermark { background-image: url("../images/watermark.gif"); position: fixed; top: 19px; width: 100%; height: 100%; background-repeat: no-repeat; z-index: -1; opacity: 0.7;}.main-layer { background-image: url("../images/main-layer.png"); position: fixed; bottom: 0; left: 0px; width: 100%; height: 100%; background-repeat: no-repeat; z-index: -2;}
/* --- Overall Content --- */.print-content{ z-index: 2; opacity: 0.8;}
/* --- Proposal Body --- */
.view-proposal .view-header{ margin-top: 4em; padding-bottom: 0.5em; opacity: 0.8;}
.view-proposal .view-content .views-field-field-things-to-do-1{ page-break-after: always;}