<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Основы блочной верстки (Div верстки)</title>
<!--<link href="style.css" rel="stylesheet" type="text/css"> -->
<style type="text/css">
*{margin:0px; padding:0px; border:0px; font-family:Arial, Helvetica, sans-serif;}
#wrapper {width:800px; margin: 0 auto 0 auto; text-align: center;}
#header {background-color:#FFCC99;}
#left{background-color:#FFFFCC; width:35%; float:left; text-align:center;
border:1px solid black;}
#kontent{padding-left: 35%; background-color:white; text-align:center; border:1px solid black;}
#footer{text-align: center; background-color:#CC9966;}
</style>
</head>
<body>
<div id="wrapper">
<div id="header"><span style="font-size:34px;">М</span></div>
<div id="left">Menu</div>
<div id="kontent">Главная страница</div>
<div id="footer">Copyright © Филип Киркоров <? echo date('Y'); ?></div>
<div>
</body>
</html>