#home .wrapper * {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s; }
#home .wrapper h2 {
  display: block;
  margin: 0;
  padding: 0;
  background: url(../img/home/main.gif) center 0 no-repeat;
  width: 863px;
  height: 444px;
  text-indent: -9999px; }
#home .wrapper section {
  width: 264px;
  float: left;
  margin-right: 35px;
  cursor: pointer;
  background: #15224e;
  box-shadow: 2px 2px 2px #aaa;
  -moz-box-shadow: 2px 2px 2px #aaa;
  -o-box-shadow: 2px 2px 2px #aaa;
  -ms-box-shadow: 2px 2px 2px #aaa; }
  #home .wrapper section span {
    display: block;
    font-size: 0;
    line-height: 100%; }
  #home .wrapper section h3 {
    font-size: 18px;
    font-size: 1.8rem;
    margin: 0;
    padding: 23px 11px 0 11px;
    background: #fff; }
    #home .wrapper section h3 a:link,
    #home .wrapper section h3 a:visited,
    #home .wrapper section h3 a:active {
      color: #000;
      text-decoration: none; }
  #home .wrapper section p {
    font-size: 12px;
    font-size: 1.2rem;
    margin: 0;
    padding: 10px 11px 23px 11px;
    color: #333;
    background: url(../img/home/arrow.gif) right bottom no-repeat #fff; }
  #home .wrapper section:last-child {
    margin-right: 0; }
  #home .wrapper section:hover span, #home .wrapper section:hover h3, #home .wrapper section:hover p {
    opacity: 0.7;
    filter: alpha(opacity=70); }

.bnr{
  text-align: center;
  padding-bottom: 50px;
}

.facebook {
  width: 865px;
  margin: 0 auto;
  padding-top: 70px; }
  .facebook h2 {
    font-size: 24px;
    font-size: 2.4em;
    font-weight: normal;
    border-bottom: 1px solid #000;
    margin: 0 0 30px 0;
    padding: 0 0 10px 0; }
