div#container{
	/*position:absolute;
	width: 100%;
	height: 100%;*/
	top: 0px;
	left:0px;
	background-color: #ffffff;
	display: block;
}
div#loader{
	position: fixed;
        /*position: absolute;*/
	width: 8%;
	height: 10%;
	top: 50%;
	left:50%;
    background-color: #ffffff;
	background-image: url('../img/loading.gif');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}