div#container{
	position:absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left:0px;
	background-color: #eee;
	display: block;
}
div#loader{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left:0px;
	background-color: #ffff;
	background-image: url('../img/load6.gif');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 50%;
	z-index: 99;
}