Pari13 -1 Junior Poster in Training

Hello Developer,
I have problem to make transperant progressbar at central of the page.
I am trying to run the .gif file that can seen at middle of the page with small square and in square small circle is rouding. and after some time it will removed. It must be transpernt.

I have successed to get progressbar on aspx page but it is not at central and tranpert at aspx page.
My code is as below that is run perfactly

<head runat="server">
    <title>Untitled Page</title>
</head>
<body>
    <form id="form1" runat="server" style="width:100;height:100">
     <div id="loading" align="center">
        <div><img src="c1.gif" alt="Loading" /></div>
        <div style="padding-top: 5px"> &nbsp; Loading....</div>
    </div>
    <input id="hdnIsAllowSort" type="hidden" />
    <div style="height: 1px; border-top: 1px solid #ccc;"></div>
    </form>
</body>
</html>

plz anyone help......!