ho dei problemi con i css e i div..
allora:
codice:
#alto{
	height:91;
	width:654;
	background:url(images/cima.gif) no-repeat center center;
}
#centro{
	width:654;
	background:url(images/mezzo.gif) repeat-y center center;
}
#fondo{
	height:21;
	width:654;
	background:url(images/fondo.gif) no-repeat center center;
}
codice:
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Prova</title>
<link href="stile.css" rel="stylesheet" type="text/css" />
</head>

<body>


<div id="alto"></div>
<div id="centro"></div>
<div id="fondo"></div>
</body>
</html>[
è giusto??
position devo settarlo?
in dreamweaver vedo il sito come deve essere.. in firefox non vedo nulla.. devo scrivere dentro i div del testo o spazi.. solo che nn mi sembra il metodo adatto.. dove sbaglio??