body, html {
	padding: 0;
	margin: 0 auto;	
}

#page_wrapper {
	background-color: #16a085;
	width:100%;
	height:100%;
	position: fixed;
	text-align: center;
	top:0;
	left:0;
}

#circleLoader{
	position: relative;
	top: 50%;
  left: 50%;
}

.circle{
	position: absolute;
	-moz-border-radius: 50%; 
  -webkit-border-radius: 50%; 
  border-radius: 50%;
}

.black{
	color:#2c3e50;
	background-color:#2c3e50;
}

.white{
	color:#34495e;
	background-color:#34495e;
}