Bueno, al final lo logre coloco el codigo para las personas que tienen el mismo problema que yo... Lo unico que hice fue colocarle un ID al DIV y asi se me soluciono el problema. Muchas gracias a todos.
Cita: <td width="832"><? while($row_Recordset1=mysql_fetch_assoc($Recordset 1)){
echo "<div id=div1><h1 id=h1>".$row_Recordset1[titulo]."</h1><img src=\"".$row_Recordset1['destino']."\" alt=\"\" /><p>".$row_Recordset1['descr']."</p></div>";
}
echo $descripcion;
?></td>
Y en el CSS
Cita: #div1 {
float:left;
height: 200px;
width: 200px;
text-align: center;
background-image: url(imgs/fnd_div1.png);
}
Este tema se puede dar por solucionado.