#clickmap-overlay 
{ 
   position:fixed; 
   top:0; left:0; 
   width:100%; height:100%;  
   background-color:#000; 
	z-index:10000;
	filter:alpha(opacity=75); opacity: 0.75;  
} 

#clickmap-loading 
{ 
   position:fixed; 
   top:0; 
	left:0; 
   width:100%; 
	height:100%;  
   background:transparent url(images/loading.gif) no-repeat center center; 
} 

#clickmap-container div 
{ 
    position:absolute; 
    width:20px; 
	 height:20px; 
	 z-index:10001;
    background:transparent url(images/click.png) no-repeat center center; 
} 
.button 
{
   width: 250px;
   margin: 20px 0 0 50px;
	padding: .5em;
	text-align: center;
	border: solid thin #882d13;
	background-color: #ce401c;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#e9ede8), to(#ce401c),color-stop(0.4, #8c1b0b));
}

.button a 
{
    color: white;
    text-decoration: none;
}
body
{
	width:980px;
	margin:0 auto;
	text-align: center;
}
.displayClicks
{
	position:absolute;
	left:50%;
	top:0px;
	width:980px;
	height:auto;
	margin-left:-490px;
	background-color:#fc0404;
	z-index:1;
}
.displayClicks a
{
	display: block;
}
