/* PHOTO */
#photo{
	width:700px;
	border:solid 5px #f7e701;
	text-align:center;
	margin:30px auto 0;
	padding:35px 65px 80px;
	background:url(../img/content_bg.jpg) repeat-x center top #1e1f59;
}
h2{
	height:105px;
	text-indent:-9999px;
	margin-bottom:70px;
	background:url(../img/photo_title.png) no-repeat center;
}


#photo span{
	display:block;
	float:left;
	margin:5px 16px 28px 16px;
	width:200px;
	height:200px;
	background:#fff;
}

#photo a img{
	box-shadow:none;
	-webkit-transition: all 0.2s ease;
	transition: all 0.5s ease;
	backface-visibility:hidden;
	opacity:1;
	filter:alpha (opacity=100); /* IE */
}
#photo a:hover img{
	opacity:0.3;
	filter:alpha (opacity=30); /* IE */
}
#footer{
	height:50px;
}