div#preloader { 
	position: fixed; 
	left: 0; 
	top: 0; 
	z-index: 999999; 
	width: 100%; 
	height: 100%; 
	overflow: visible; 
	background: #fff url('../img/loader.gif') no-repeat center center; 
}

.logos {
	max-width: 400px !important;
}

.bg-grey {
	background-color: #ccc;
}

.bg-darkgrey {
	background-color: #999999;
	color: #ccc !important;
	font-size: 20pt;
}