Prova questo e fammi sapere...ciao
codice:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Strict//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html><head>
<style type="text/css">
html, body, div, p, form, a, ul, li {margin:0; padding:0; border:0;}
.contRed {width:300px; background-color:#FF0000;}
.red {padding:20px; margin:20px 0 0 0;}
.green {width:200px; margin:20px 0 0 0; background-color:#8bcb2f;}
</style>
</head>
<body>
<div class="contRed">
<div class="red">
<div class="green"></div>
</div>
</div>
</body></html>