Да мне не жалко =)
Code
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Название страницы</title>
<style>
html, body{margin:0;background:#B6B7AF;}
body, td, th{font:12px Arial, Helvetica, sans-serif;color:#666666;}
a:active, a:visited, a:link{color:#555555;font-weight:700;text-decoration:underline:;}
a:hover{text-decoration:none;}
#wrapper{margin:0 auto;width:1050px;height:800px;position:relative;background:url(http://www.4picture.ru/pictures/e198627ff5f1d3a43bd74365bbe5a14b.jpg);}
#menu{line-height:25px;width:478px;position:absolute;top:118px;left:282px;height:26px;}
#content{width:478px;position:absolute;top:197px;left:282px;height:506px;}
#copy{text-align:center;width:478px;position:absolute;bottom:68px;left:282px;}
.menu{list-style:none;margin:0;padding:0;line-height:normal;}
.menu a{font-weight:700;color:#FFFFFF !important;text-decoration:none;display:block;margin-top:4px;}
.menu li{float:left;display:block;width:93px;height:24px;margin:1px;background:#959394;text-align:center;cursor:pointer;}
.menu li:hover, .menu li.hover{background:#FF9900;}
</style>
</head>
<body>
<div id='wrapper'>
<div id='menu'>
<ul class='menu'>
<li><a href='#'>Ссылка</a></li>
<li><a href='#'>Ссылка</a></li>
<li><a href='#'>Ссылка</a></li>
<li><a href='#'>Ссылка</a></li>
<li><a href='#'>Ссылка</a></li>
</ul >
</div>
<div id='content'>Контент и <a href='#'>ссылка</a></div>
<div id='copy'>© site.ru 2010</div>
</div>
</body>
<!-- лечение hover для IE6 -->
<script type='text/javascript'>var h=' hover',m='onmouse',a,c,e=document.all||document.getElementsByTagName('*'),i=e.length;while(i--){e[i].attachEvent(m+'over',function(){a=window.event.srcElement;c=a.className;a.className=c+h||h;a.attachEvent(m+'out',function(){a.className=a.className.replace(/(\s|^)hover(\b|$)/,'')})})};</script>
</html>