Hi all,
I have this structure in my body:
<body>
<form id="form1" runat="server">
<div id="wrapper">
<div id="header"><img src="Images/myLogo.JPG" class="headerImage" /><span class="headerText">MY PAGE TITLE</span>
</div>
<div id="content">
<asp:ContentPlaceHolder ID="ContentPlaceHolder1" runat="server">
</asp:ContentPlaceHolder>
</div>
...
Go to the complete details ...