Ciao,
prova a mettere il Panel dentro un div a dimensione fissa:
<div style="height: 600px; width: 550px;" >
<asp:Panel ID="principale" runat="server" Style="width: 100px; height: 250px; background-color: Green">
<asp:Panel ID="spostamento" runat="server" Style="width: 100px; height: 50px; background-color: Yellow">
<asp:Label ID="Label1" runat="server" Text="spostami"></asp:Label>
</asp:Panel>
<asp:Panel ID="PanelContenuto" runat="server" Style="width: 100px; height: 450px;">
</asp:Panel>
</asp:Panel>
</div>
Dovrebbe andare...
Salvo