.loader {
	position: fixed;
	left: 0px;
	
	width: 100%;
	height: 100%;
	text-align:center;
	z-index: 9999;
	background-color: #000;
}

.loader img {
	position: relative;
	height: 50%;
	width: 95%;
	max-width:300px;
	max-height:300px;
	top: 25%;
	border-radius: 2px;
}

.ft-left {
	float: left;
}

.ft-right {
	float: right;
}