body {
	background-image: ;
	background: url("/public/images/bg.jpg") no-repeat fixed;
  	background-size: 100%;
	width: 100%;
	height: 100%;
}

#instantclick-bar {
  background: #f4bf3b;;
}

header {
	width: 1200px;
	padding: 10px 5px 20px;
	margin-left: auto;
	margin-right: auto;
}

header h1 {
	color: white;
	margin: 0;
}
section {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
footer {
	color: white;
	text-align: center;
	clear: both;
}
li {
	list-style: none;
}

ul {
	margin: 0px;
	padding: 0px;
}

p {
	margin-top: 0px;
}

.unit {
	margin-left: 4px;
	line-height: 30px;
}



#progress {
	z-index: 1000;
	width: 100%;
	height: 100%;
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: rgba(0,0,0,0.5);
}

#progress img {
	width: 30px;
	height: 30px;
	position: absolute;
	left: 50%;
	margin-left: -15px; 
	top: 50%;
	margin-top: -15px; 
}