y les adjunto el codigo:
Código:
  
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" /> <meta name="generator" content="Adobe GoLive" /> <title>Untitled Page</title> <link href="template/template.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="capa-madre"> <div id="logo"></div> <div id="menu-horizontal"></div> <div class="colcont_42AEFB"> <div class="capa-izquierda"> <div id="layer1"> <div id="layer2"></div> <div id="layer3"></div> <div id="layer4"></div> <div id="layer5"></div> <p></p> </div> </div> <div class="capa-derecha"></div> <div class="contenido"></div> </div> <div id="footer"></div> </div> </body> </html>
Código:
  
Supuestamente se deberia ver asi:body {
   background-color: #999999;
	margin-left: 0px;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#capa-madre { height: 600px; width: 800px; margin:auto;}
#logo {height:110px; width: 800px; border-top: solid 1px black; background-image: url(../Images/Dise?o_01.gif);}
#menu-horizontal { height: 23px; width: 800px; background-color: #1A1A1A; border-bottom:solid 1px black;}
.colcont_42AEFB { width: 100%; height:439px }
.capa-izquierda { width:125px; height:439px; float:left; background-color: #4A4A4A; border-right: solid 1px black;
border-left: solid 1px black; }
.capa-derecha { width:125px; height:439px; float:right; background-color: #4A4A4A; border-right: solid 1px black;
border-left: solid 1px black; }
.contenido { width:auto; height:439px; margin-left:100px; margin-right:100px;  background-color: #3A3A3A; }
#footer { height: 28px; width: 800px; background-color: #1A1A1A;}
#layer1 { height: 176px; width: 125px;}
#layer2 { height: 15px; width: 100%; background-image: #8F8F71;}
#layer3 { height: 10px; width: 100%; background-image: url(../Images/Diseño_07-remix.gif)}
#layer4 { height: 146px; width: 100%; background-image: url(../Images/Diseño_08-remix.gif)}
#layer5 { height: 5px; width: 100%; background-image: url(../Images/Diseño_09-remix.gif)}
http://img357.imageshack.us/img357/8929/dibujo4gm.jpg
 
