#container {
background:#fff url(img/container_bg.jpg) no-repeat 50% top;
}
.section{
margin-bottom:25px;
padding:0 5px;
line-height:1.5;
overflow: hidden;
width:850px;
}
.block {
float:left;
text-align: center;
}
.block p{
margin-top:10px;
line-height:1.8;
color:#8d8872;
}
.block strong{
font-size:14px;
font-weight: bold;
}
.block span{
font-size:12px;
}
#section01 .block{
margin-right:50px;
width:220px;
}
#section02 .block{
margin-right:90px;
width:334px;
}
.block img{
-moz-box-shadow: 0 0 4px #000;
-webkit-box-shadow: 0 0 4px #000;
}