body {			
	font-family: Arial, Helvetica, sans-serif;
	background-color: #6A6461;
	margin: 0px;
	overflow: hidden;
}

html {			
	background-color: #6A6461;
}

progress {  
    position:absolute;
    display: none;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
	background-color: #f3f3f3;
	border: 0px;
	height: 18px;
}  

progress::-webkit-progress-bar {  
   	background-color: #f3f3f3;
}  

progress::-webkit-progress-value {  
    background: #A38532;
}  
			
progress::-moz-progress-bar {  
    background: #A38532;
}  


#load {
	position: absolute;
	z-index:1001;
	width: 170px;
	height: 50px;	
	left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
	font-size: 20px;
	font-weight: bold;
	border: none;
	background-color: #848484;
}

#load:hover {
	background-color: #BDBDBD;
}

