<style>
#vfx_loader_block {
background: #ffffff;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 99999;
}
.vfx-loader-item {
margin: 0 auto;
position: relative;
top: 50%;
width: 100px;
}
</style>
<script>
$(window).load(function(){
$('#vfx_loader_block').fadeOut("slow");
});
</script>
<div id="vfx_loader_block" style="display: none;">
<div class="vfx-loader-item"> <img src="http://www.viaviweb.in/envato/tf/viavi_directory_html/images/loading.gif" alt=""> </div>
</div>