<body <?php echo $gantry->displayBodyTag(); ?>>
<div class="new_container">
<?php /** Begin Top Surround **/ if ($gantry->countModules('top') or $gantry->countModules('header')) : ?>
<header id="rt-top-surround">
<?php /** Begin Top **/ if ($gantry->countModules('top')) : ?>
<div id="rt-top" <?php echo $gantry->displayClassesByTag('rt-top'); ?>>
<div class="rt-container">
<?php echo $gantry->displayModules('top','standard','standard'); ?>
<?php echo $gantry->displayModules('analytics','basic','basic'); ?>
<?php /** End Analytics **/ endif; ?>
<script src="http://code.jquery.com/jquery-1.7.min.js"></script>
</div>/**The end of new_container**/
</body>
#rt-header {
margin-top: 1%;
background: rgba(255,255,255,.7) !important;
width: 1001px;
height: 100%;
}
Time to create page: 0.077 seconds