div#preloader {
	 position: fixed;
	 top: 0px;
	 left: 0px;
	 width: 100%;
	 height: 100%;
	 background-color: #000;
	 color: #fff;
	 font-size: 12px;
	 padding-top: 20%;
	 text-align: center;
	 font-weight: bold;
}
