|    
			
				24/03/2006, 17:59
			
			
			  | 
  |   |  |  |  |  Fecha de Ingreso: junio-2004 Ubicación: Acá 
						Mensajes: 1.166
					 Antigüedad: 21 años, 4 meses Puntos: 4 |  | 
  |  a ver esto 
Código:
  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
<title>Untitled</title>
    <style type="text/css">
        BODY	{
        	margin:10px;
		}
		DIV	{
			margin:0 auto;
			padding:0;
		}
		#left	{
			width:150px;
			height:300px;
			border:1px solid #000;
			float:left;
		}
		#center	{
			width:620px;
			height:300px;
			border:1px solid #000;
			float:left;
		}
		#right	{
			margin-left:774px;
			height:300px;
			border:1px solid #000;
		}
    </style>
</head>
<body>
<div id="main">
	<div id="left"></div>
	<div id="center"></div>
	<div id="right"></div>
</div>
</body>
</html>
    |