
.darkenBackground{
	opacity:.70;
	filter:alpha(opacity=70);
	background-color: rgb(0, 0, 0);

	z-index: 15;
	height: 100%;
	width: 100%;
	background-repeat:repeat;
	position:fixed;
	top: 0px;
	left: 0px;
}

#showImage {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: absolute;
  left: 50%;
  margin-left: -300px;
  height: 100%;
  z-index: 20;
}

#inner_img_float {
  top:600px;
  text-align: center;
  background-repeat: no-repeat;
  width: 640px;
  position: relative;
  z-index: 22;
  background-color:#9d984c;
  color:black;
  text-decoration:none;
  padding-top:427px;
  background-position:top center;
}

#showImage #img_shower {
  position: relative;
  z-index: 21;
}

.clickImage img{
	margin:20px;
}
.clickImage{
	color:#430000;
	text-decoration:none;
}


