@charset "UTF-8";
/* CSS Document */
.clearfix:after{
  content: "."; 
  display: block; 
  height: 0; 
  font-size:0;	
  clear: both; 
  visibility:hidden;
}
#content {
	width:640px;
	height:100%;
	margin:0 auto;
	text-shadow:1px 1px 2px rgba(0,0,0,.3);
}

#content h2 {
	display:block;
	border-radius:5px;
	text-align:center;
	font-size:36px;
	color:#FFF;
	text-shadow: 0 0 10px #fff,0 0 10px #fff;
	width:640px;
	background-color:rgba(0,0,0,0.25);
	padding-top:10px;
	margin:50px auto 30px auto;
}

#content img {
	border-radius:5px;
}
#photo {
	width:640px;
	margin:0 auto;
	background-color:rgba(255,255,255,0.10);
	border-radius:10px;
}

#content p {
	font-size:10px;
	text-align:right;
	color:#FFFFFF;
}
#text {
	margin:30px auto;
}

#text p {
	width:640px;
	border-radius:5px;
	color:#FFFFFF;
	text-shadow: 0 0 10px #fff,0 0 10px #fff;
	text-align:center;
	font-size:24px;
	background-color:rgba(0,0,0,0.25);
	padding-top:8px;
}
#first li ,#second li {
	float:left;
}

#glayLayer {
	display:none;
	position:fixed;
	top:0;
	left:0;
	height:100%;
	width:100%;
	background:#000;
	opacity:0.25;
	filter:alpha(opacity=25);
}
#overLayer {
	display:none;
	position:fixed;
	top:80px;
	left:20%;
	/*margin-top:50px;
	margin-left:-110px;*/
}
