body{
	background:url(../img/bg_03.jpg) no-repeat top center fixed;
	background-size:cover;
}
h1{
	height:80px;
	background:url(../img/photo_title.png) no-repeat center;
	text-indent:-9999px;
	margin:15px auto 40px auto;
}
#content{
	width:664px;
	margin:50px auto 0;
	padding:10px 48px 40px;
	background:url(../img/content_bg.gif) repeat-x #fff;
	border:solid 5px #c71e50;
	text-align:center;
}

#content span{
	display:block;
	float:left;
	margin:10px 10px 10px;
	width:200px;
	height:200px;
	background:#fff;
}
#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:1;
	filter:alpha (opacity=100); /* IE */
}
#content a:hover img{
	opacity:0.4;
	filter:alpha (opacity=40); /* IE */
}
h2{
	font-size:16px;
	letter-spacing:2px;
	color:#bb1d3f;
	border-top:dashed 1px #bb1d3f;
	border-bottom:dashed 1px #bb1d3f;
	margin:50px 0 28px;
	padding:5px 0;
}
#footer{
	height:50px;
}
