#bas_page {
  background-color:#7c5a44;
  width: 100%;
  font-family: 'Cairo';
  color:white;
  margin-top: 50px;
}
#bas_1 {
  background-color: #7c5a44;
  width: 33%;
  height: 100px;
  float: left;
  padding-right: 20px;
}
#bas_1 p,#bas_2 p,#bas_3 p {
  font-size: 10px;
  line-height: 12px;
}
#bas_2 {
  width: 34%;
  background-color: #7c5a44;
  height: 100px;
  float: left;
  padding-right: 15px;
  font-size: 12px;
}
#bas_2 a {

  color: #eee3df;
  text-decoration: none;

}
#bas_3 {
  width: 33%;
  background-color: #7c5a44;
  height: 100px;
  float: right;
  padding-right: 20px;
}
#hokok {
  width:100%;
  height: 35px;
  color: white;
  background-color: black;
  text-align:center;
  font-family: 'Cairo';
  font-size: 10px;
  float:left;
}