/* frameowkr */

body,html {
  width:          100%;
  height:         100%;
  margin:         0px;
  padding:        0px;
}

.in {
  position: relative;
}

.header {
  position:       absolute;
  z-index:        +1;
  min-width:      100%;
  height:         94px;
}

.header_in  {
  position:       relative;
  width:          850px;
  height:         100%;
  margin-left:    auto;
  margin-right:   auto;
}

.menu {
  position:       absolute;
  top:            94px;
  z-index:        +1;
  min-width:      100%;
  height:         43px;
}

.menu_in {
  position:       relative;
  width:          850px;
  height:         100%;
  margin-left:    auto;
  margin-right:   auto;
}

.menu_options {
  height:         100%;
}

.menu_options li {
  width:          auto;
  height:         43px;
  line-height:    43px;
  padding-left:   15px;
  padding-right:  15px;
  float:          left;
}

.menu_options li.last {
  float:          right;
}

.container {
  min-height:     100%;
}

.content {
  min-width:      100%;
  padding-top:    137px;
  padding-bottom: 91px;
  /*background:     green;*/
}

.foother {
  position:       absolute;
  z-index:        +1;
  bottom:         0px;
  min-width:      100%;
  height:         81px;
}

.foother_in {
  position:       relative;
  width:          850px;
  height:         100%;
  margin-left:    auto;
  margin-right:   auto; 
}

.w1 {
  width:          850px;
}
