@font-face {
  font-family: PTSansR;
  src: url("/fonts/pt_sans/PTC55F.ttf"); }

html,body {
  height:100%;
  }
body {
  font-family: PTSansR;
  background: url('/img/bg_tkan.png') repeat scroll 0% 0% transparent;
  font-size: 15px;
  color:
  }

a {
  color: #7c1b1b;
  text-decoration: underline;
  cursor: pointer; }

a:hover {
  color: #7c1b1b;
  text-decoration: none; }

#center_b {
  top:50%;
  left:50%;
  width:400px;
  min-height:160px;
  position:absolute;
  margin-top: -80px;
  margin-left: -200px;
  text-align:center;
  }
.m_b {
  min-height:160px;
  padding: 15px 15px 10px;
  background: none repeat scroll 0% 0% rgba(255, 255, 255, 0.5);
  }
.border_b {
  border:1px solid #644232;
  min-height:150px;
  background-color:#866555;
  padding:1px;
  }
.text_b {
  border:9px solid #644232;
  min-height:133px;
  background: none repeat scroll 0% 0% rgba(255, 255, 255, 0.7);
  }
.sm {
  font-size:12px;
  }