#wrapper {
  padding: 100px 0; }

#wp-header {
  width: 100%;
  text-align: center;
  margin-bottom: 50px; }

#body {
  width: 1200px;
  margin: 0 auto 200px auto; }
#body .inner {
  width: 1200px;
  display: inline-block; }
#body .inner:after {
  content: '.';
  height: 0;
  visibility: hidden;
  clear: both;
  display: block; }
#body .inner .item {
  width: 300px;
  float: left;
  text-align: center; }
#body .inner .item .thumb {
  margin-bottom: 10px; }
