<!doctype html>
<html>
<head>
<meta charset="utf-8">
<!--[if lt IE 9]>
<script src="<?php print base_path() . drupal_get_path('theme', 'fobos') . '/js/html5.js'; ?>">
</script><![endif]-->
<?php print $head; ?>
<title><?php print $head_title; ?></title>
<?php print $styles; ?>
<?php print $scripts; ?>
</head>
<body>
<div id="div_left"></div>
<div id="div_centr">
<?php print $page; ?>
</div>
<div id="div_rigth"></div>
</body>
</html>