section { padding: 40px 135px; box-shadow: inset 0 2px 5px #aaa;
	background: #e5e5e5;
	background: -webkit-linear-gradient( top, #e5e5e5, #fff );
	background: -moz-linear-gradient( top, #fff, #e5e5e5 );
	background: -ms-linear-gradient( top, #fff, #e5e5e5 );
	background: -o-linear-gradient( top, #fff, #e5e5e5 );
	background: linear-gradient( top, #e5e5e5, #fff );
}
section canvas { display: block; background: url(../image/about.jpg) no-repeat #444; width: 700px; height: 220px; margin: auto; box-shadow: 0 3px 10px #999 }
section h1 {
    margin-top: 30px;
    font-size: 20px;
    color: #1AB3C8
}
section div { margin-top: 5px; color: #555 }
