<?php
/**
* page callback: front
*/
global $theme;
add_css(get_path('theme', $theme) . '/home_guest.css');
?>
<h1><?php print t('Collaborate with your coworkers') ?></h1>
<ul>
<li id="reconnect"><?php print t('More productive and connected to your colleagues.'); ?></li>
<li id="answers"><?php print t('A great source of relevant information.'); ?></li>
<li id="power"><?php print t('A better place to work.'); ?></li>
</ul>