Объясните мне пожалуйста!

То , что хотел сказать, скажу кодом:

Код:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Language" content="ru">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1251">
<title>СЦУКО</title>
<style type="text/css">
#odin {
height: 100%;
background-color: #eee;
}
#dva {
top: 0;
left: 0;
position: absolute;
background-color: #000080;
color: white;
height: 155px;
width: 100%;
z-index: 2;
}
#tri {
position: relative;
background-color: #880000;
color: white;
height: 600px;
width: 100%;
z-index: 1;
}
#tritri {
position: relative;
background-color: #808008;
color: white;
height: 300px;
width: 200px;
z-index: 3;
margin-left: 500px;
}
</style>
</head>
<body>
<div id="odin">
****<div id="tri">
 *<div id="tritri">3333333333333</div>
 *<div id="dva"> 
 *22222222222
 *</div>
****</div>
</div>
</body>
</html> *