#tablehide {
	display: none;
}
.tablehide {
	display: none;
}
#pagecounthide {
	display: none;
}

#preloader {

	position:absolute; 
	width:200px; 
	height:170px; 

	left: 50%;
	margin-top: 100px;
	margin-left: -100px;

    z-index:99; /* makes sure it stays on top */
}
#status {
    width:200px;
    height:200px;
	margin-top: -100px;
	margin-left: -100px;
    position:absolute;
    left:50%; /* centers the loading animation horizontally one the screen */
    top:50%; /* centers the loading animation vertically one the screen */
    background-image:url(../images/LoadingCircle_finalani3.gif); /* path to your loading animation */
    background-size: 52px 52px;
    background-repeat:no-repeat;
    background-position:center;
//    margin:-100px 0 0 -100px; /* is width and height divided by two */
}