body{
	background:url(../img/bg_03.jpg) no-repeat top center fixed;
	background-size:cover;
}
h1{
	width:760px;
	height:160px;
	background:url(../img/photo_title.jpg) no-repeat;
	text-indent:-9999px;
	margin:40px auto 0 auto;
}
#content{
	width:760px;
	margin:0 auto 50px auto;
	padding:30px 0;
	background: #000;
	text-align:center;
	letter-spacing:10px;
}


#content a img{
	margin:5px 5px 15px 5px;
	box-shadow:none;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#content a:hover img{
	box-shadow: 0 0 15px 5px #fdfbdc;
	opacity:0.8;
	filter:alpha (opacity=80); /* IE */
}

#footer{
	height:20px;
	width:100%;
	background:url(../img/footer_bg.png);
}