@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:580px;
	background-color:rgba(0,0,0,0.25);
	padding-top:10px;
	margin:50px auto 20px auto;
}

#content img {
	margin:40px;
	border-radius:5px;
	float:left;
}
#photo {
	width:640px;
	margin:0 auto;
}

#text {
	width:640px;
	margin:0 auto;
}

#text p {
	width:240px;
	border-radius:5px;
	float:left;
	margin:40px;
	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;
}