      body {
          margin:0px;
          padding:85px 0px 0px 0px;
          background:#dedde4 url(../images/background.gif) 0 0 repeat-x;
      }

      a {
          text-decoration:none;
      }

      a:hover {
          text-decoration:underline;
      }

      .box {
          background:transparent url(../images/box/box.png) 0 0 no-repeat;
          width:319px;
          height:439px;
      }

      .box .wrapper {
          text-align:justify;
          padding:15px 25px 15px 20px;
      }

      .fl {
          float:left;
          padding-left:13px;
      }
      .fr {
          float:right;
      }
      .cb {
          clear:both;
      }

      .logo {
          text-align:center;
          margin:20px 0px 25px 0px;
      }

      .langs {
          text-align:right;
          font-size:11px;
          padding-right:16px;
      }

      .box-content {
          text-align:center;
      }

      .box-content p {
          padding-left:10px;
          text-align:left;
          line-height:20px;
      }

      .box-content p a {
          font-size:13px;
          color:#940404;
      }
