body{
	background:url(../img/bg_03.jpg) no-repeat top center fixed;
	background-size:cover;
}
h1{
	height:150px;
	background:url(../img/photo_title.jpg) no-repeat center;
	text-indent:-9999px;
}
#wrapper{
	width:700px;
	margin:35px auto 0;
	background:#fff;
	border:double 6px #0090ff;
}
#content{
	padding:30px 30px 70px;
}

#content span{
	display:block;
	float:left;
	margin:5px 6px 30px 6px;
	width:200px;
	height:200px;
	background:#7ecef4;
	border-radius:50% 50% 10px 10px;
}
#content span:nth-of-type(odd){
	background:#f99;
}

#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.65;
	border-radius:50% 50% 10px 10px;
	filter:alpha (opacity=65); /* IE */
}
#content a:hover img{
	opacity:1;
	filter:alpha (opacity=100); /* IE */
}
h2{
	font-size:16px;
	letter-spacing:2px;
	color:#0090ff;
	border-top:dashed 1px #0090ff;
	border-bottom:dashed 1px #0090ff;
	margin:50px 0 28px;
	padding:5px 0;
}
#footer{
	height:50px;
}
