Есть код:

Код:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang="ru">

<head>
 <title>[Только зарегистрированные пользователи могут видеть ссылки. ] - пример вёрстки</title>
 <meta http-equiv="Content-type" content="text/html; charset=windows-1251">
 <link href="styles.css" rel="stylesheet" type="text/css">
 <style type="text/css">
 *body {
 * * * *padding: 0 0 0 0;
 * * * *margin: 0 0 0 0;
 * * * *text-align: center;
 * * * *height:100%;
 * * * *background-color:#CCCCCC;
 *} 
 *div#main{
 * * * *width:760px;
 * * * *height:100%;
 * * * *margin:auto;
 * * * *text-align:left;
 * * * *background:#666;
 * * *}
 *div#tophead{
 * * * *background-color:#FFFFFF;
 * * * *height:124px;
 *}
 *div#topmenu{
 * * * *background-color:#7a76f1;
 * * * *height:32px;
 *}
 *div#whitestripe{
 * * * *background-color:#FFFFFF;
 * * * *height:1px;
 *}
 </style>
</head>

<body>
 <div>
 *<div id="main">
 * <div id="tophead">top-head</div>
 * <div id="topmenu">top-menu</div><div id="whitestripe"></div>
 * xxx</div>
 </div>
</body>

</html>
В Опере и Файрфоксе всё окей, в Эксплорере - откуда-то отступы. Господа верстальщики, прошу помощи.

Сразу спасибо.