html { background: #A2B5CD url('../images/web-bkgrnd.png') repeat-x; margin: 0; padding: 0; }
.loadingDiv{
	position:fixed;top:41;left:0%;width:100%;
	height:100%;
	opacity: 1;
	display: block;
	background-color: #fff;
	z-index: 110;
}
#rating { color: #3498db; width: 40px; margin: 10px 0px ; font-size: 90px; font-weight: 800;
transform : scale(1,1.5);
-webkit-transform:scale(1,1.5); /* Safari and Chrome */
-moz-transform:scale(1,1.7); /* Firefox */
-ms-transform:scale(1,1.7); /* IE 9+ */
-o-transform:scale(1,1.5); /* Opera */
}
#me {
    -webkit-animation: rotation 2s infinite linear;
	height: 50px;
	width:50px;
	margin-top:-5px;
	margin-left: 47%;
	
}
#load {
	margin-top:10px;
	margin-left: 44%;
	
}
@-webkit-keyframes rotation {
    from {-webkit-transform: rotateY(0deg);}
    to   {-webkit-transform: rotateY(359deg);}
}