h1{
	height:100px;
	text-indent:-9999px;
	background:url(../img/photo_title.png) no-repeat center bottom;
	margin:0;
	padding:110px 0 0;
}
#content{
	width:720px;
	padding:30px 60px 70px;
	margin:0 auto;
	background:url(../img/content_bg.png);
	text-align:center;
}


#content span{
	display:block;
	float:left;
	margin:20px;
	width:200px;
	height:200px;
	background:rgba(0,0,0,0.15);
}
#content a{
	display:block;
	width:200px;
	height:200px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	backface-visibility:hidden;
}
#content a img{
	width:200px;
	height:200px;
	box-shadow:none;
	-webkit-transition: all 0.5s ease;
	transition: all 0.3s ease;
	backface-visibility:hidden;
}
#content a:hover img{
	border-radius:50%;
}