body{
	background:url(../img/bg_02.jpg) no-repeat top center fixed;
	background-size:cover;
}
.left{
	float:left;
}
.right{
	float:right;
}
h1{
	height:150px;
	background:url(../img/concept_title.jpg) no-repeat center;
	text-indent:-9999px;
}
#wrapper{
	width:700px;
	margin:35px auto 0;
	background:#fff;
	border:double 6px #0090ff;
}
#content{
	padding:45px;
}
h2{
	font-size:16px;
	letter-spacing:2px;
	color:#0090ff;
	border-bottom:dashed 1px #0090ff;
	margin-bottom:25px;
}
#content p{
	padding:0 0 30px 5px;
	text-align:justify;
}
#content p b{
	color:#c00;
	font-weight:bold;
}

.photo{
	margin-top:25px;
}

#content  #imagesketch{
	text-align:center;
	letter-spacing:15px;
	margin-bottom:50px;
}
#footer{
	height:50px;
}

/* SCALE */
.pr40{
	padding-right:40px;
}
.mb60{
	margin-bottom:60px;
}