.page {
  width: 100%;
  min-height: 870px;
  height: 100%;
  text-align: center;
  position: relative;
}

.bg_top, .bg_bottom {

  width: 100%;
  height: 8px;
  position: absolute;
  left: 0;
}

.bg_top {
  border-radius: 3px;
  -o-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 0px 0px 10px 10px;
  background-color: #dcdad3;
  top: 0;
}

.bg_bottom {
  border-radius: 3px;
  -o-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 10px 10px 0px 0px;
  background-color: #d8d5ca;
  bottom: 0;
}

.content {
  display:-moz-inline-box;
  display:inline-block;
  vertical-align:middle;
  zoom:1;
  //display:inline;
  width: 970px;
  height: 820px;
}

.helper {
  display:-moz-inline-box;
  display:inline-block;
  vertical-align:middle;
  height:100%;
  width:0px;
  zoom:1;
  //display:inline;
}

.site_block {
  width: 970px;
  position: relative;
  text-align: left;
}


.block_visual {
  width: 718px;
  height: 718px;
  position: relative;
  background-position: left top;
}

.bv_facebook {
  position: absolute;
  width: 240px;
  height: 240px;
}

.bv_contact {
  position: absolute;
  width: 240px;
  height: 240px;
  font: 13px/16px Arial;
}

.bv_contact_in {
  padding: 35px 22px;
}

.bv_contact.b0, .bv_facebook.b0 {
    display:none;
}

.bv_contact.b1, .bv_facebook.b1 {
  top: 0;
  left: 0;
}

.bv_contact.b2, .bv_facebook.b2 {
  top: 0;
  left: 240px;
}

.bv_contact.b3, .bv_facebook.b3 {
  top: 0;
  right: 0;
}

.bv_contact.b4, .bv_facebook.b4 {
  top: 240px;
  left: 0;
}

.bv_contact.b5, .bv_facebook.b5 {
  top: 240px;
  left: 240px;
}

.bv_contact.b6, .bv_facebook.b6 {
  top: 240px;
  right: 0;
}

.bv_contact.b7, .bv_facebook.b7 {
  bottom: 0;
  left: 0;
}

.bv_contact.b8, .bv_facebook.b8 {
  bottom: 0;
  left: 240px;
}

.bv_contact.b9, .bv_facebook.b9 {
  bottom: 0;
  right: 0;
}

.block_footer {}

.restaurant_group {
  position: absolute;
  bottom: 25px;
  left: 0;
  text-transform: uppercase;
  font: 11px/11px Arial;
  color: #a19781;
}

.restaurant_group a {
  display: block;
  margin-top: 10px;
}
