/* IMAGE PHOTO */
body{
	background:url(../img/bg02.jpg) fixed no-repeat #000;
	background-size:cover;
	background-position:bottom right;
}
h2{
	background:url(../img/photo_h2.png) no-repeat right;
}
h3{
	background:none;
	border:none;
	border-bottom:1px dashed #ccc;
	padding:10px 0 2px 0;
	margin-bottom:10px;
	font-weight:normal;
	font-size:12px;
}
#wrapper{
	background-color:transparent;
}
#wrapper a img{
	border:5px solid #000;
	vertical-align:bottom;
	margin:0;
	margin-bottom:10px;
}
#wrapper a img:hover{
	border:5px solid #f09;
}