body{
	background:url(../img/bg_02.jpg) no-repeat top center fixed;
	background-size:cover;
}
h1{
	width:760px;
	height:160px;
	background:url(../img/concept_title.jpg) no-repeat;
	text-indent:-9999px;
	margin:40px auto 0 auto;
}
#content{
	width:700px;
	margin:0 auto 50px auto;
	padding:10px 30px;
	background: #000;
}
h2{
	font-size:14px;
	letter-spacing:2px;
	color:#d3c680;
	border-bottom:solid 1px #d3c680;
	margin-bottom:25px;
	background:url(../img/h2.gif) no-repeat;
	padding:3px 0 3px 33px;
}
#content p{
	padding:0 0 50px 5px;
	text-align:justify;
}

.photo{
	margin-top:25px;
}

#content  #imagesketch{
	text-align:center;
	letter-spacing:15px;
	margin-bottom:50px;
}

#footer{
	height:20px;
	width:100%;
	background:url(../img/footer_bg.png);
}

/* SCALE */
.pr40{
	padding-right:40px;
}
.mb60{
	margin-bottom:60px;
}