body{
	background:url(../img/bg_03.jpg) no-repeat top center fixed;
	background-size:cover;
}
h1{
	height:75px;
	background:url(../img/photo_title.png) no-repeat center;
	text-indent:-9999px;
	margin:30px auto 40px auto;
}
#content{
	width:700px;
	margin:50px auto 0;
	padding:10px 30px;
	background:url(../img/content.jpg);
	border:solid 5px #bb1d3f;
	text-align:center;
}

#content span{
	display:block;
	float:left;
	margin:5px 16px 28px 16px;
	width:200px;
	height:200px;
	background:url(../img/photo_bg.gif) no-repeat #000;
}
#content h2 span{
	display:inline;
	float:none;
	background:none;
	margin:0;
	font-size:12px;
	letter-spacing:0;
}

#content a img{
	box-shadow:none;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	backface-visibility:hidden;
	opacity:0.6;
	filter:alpha (opacity=60); /* IE */
}
#content a:hover img{
	opacity:1;
	filter:alpha (opacity=100); /* IE */
}
h2{
	font-size:16px;
	letter-spacing:2px;
	color:#bb1d3f;
	border-top:solid 1px #bb1d3f;
	border-bottom:solid 1px #bb1d3f;
	margin:50px 0 28px;
	padding:5px 0;
}
#footer{
	height:50px;
}
