<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Documento sin título</title>
<style type="text/css">
<!--
#contenedor {
width:600px;
height:500px;
border:red 1px solid;
}
#contenido1 {
width:150px;
height:150px;
border:red 1px solid;
margin-top:10px;
}
#contenido2 {
width:150px;
height:150px;
border:red 1px solid;
margin-left:200px;
}
#contenido3 {
width:150px;
height:150px;
border:red 1px solid;
margin-left:200px;
margin-bottom:100px;
}
-->
</style>
/head>
<body>
<div id="contenedor">
<div id="contenido1">wddw</div>
<div id="contenido2">wwew</div>
<div id="contenido3">www</div>
</div>
</body>
</html>