body {
	padding-top: 50px;
}
.divcenter {
	padding: 40px 15px;
	text-align: center;
}

h1{
	font-size: 30px!important;
}

#loading{
	background-color: transparent;
	border: none;
	box-shadow: none;
	clear: both;
}
#loading > .spinner{
	
	/*background: transparent url('../images/loader.gif') 0 0 no-repeat;*/
	background: transparent url('../images/spinner-20.gif') 0 0 no-repeat;
	text-align: center;
	position: relative;
	margin: 0 auto;
	width: 130px;
	height: 130px;
}

.loadingimg{
	text-align: center;
}

#maincontainer{
	min-height: 800px;
}
/*.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
   Set the fixed height of the footer here 
  height: 30px;
  background-color: #f5f5f5;
}
*/