body{
	background:url(../img/bg_03.jpg) no-repeat top center fixed;
	background-size:cover;
}
h1{
	height:100px;
	background:url(../img/photo_title.png) no-repeat center top;
	text-indent:-9999px;
	margin:10px 0 55px;
}
#head_element{
	position:absolute;
	top:93px;
	left:50%;
	margin-left:-400px;
	width:800px;
	height:100px;
	background:url(../img/content_head.png) no-repeat;
}
#content{
	width:700px;
	margin:50px auto 0;
	padding:10px 30px 20px;
	background:#4b2816;
	border:solid 3px #fff;
	color:#fff;
}

#content span{
	display:block;
	float:left;
	margin:5px 14px 28px 14px;
	width:200px;
	height:200px;
	background:#fff;
	backface-visibility:hidden;
	border:solid 2px #fff;
}

#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.6;
	filter:alpha (opacity=60); /* IE */
}

h2{
	font-size:16px;
	letter-spacing:2px;
	color:#e8de9d;
	border-top:dashed 1px #e8de9d;
	border-bottom:dashed 1px #e8de9d;
	margin:50px 0 28px;
	padding:3px 0;
}
#content h2 span{
	display:inline;
	float:none;
	background:none;
	margin:0;
	font-size:12px;
	letter-spacing:0;
	border:none;
}
#footer{
	height:50px;
}
