<html>
    <head>
        <style>
            #loader {
                position: absolute;
                background-image: url('../images/loading.gif'); 
                left: 0px;
                top: 0px;
                margin: 0px;
                padding: 0px;
                height: 20px;
                width: 160px;
            }
        </style>
    </head>
    <body>
        <div id="loader"></div>
    </body>
</html>
