html {
  height: 100%;
}

body {
  height: 100%;
  min-height:100%;
}

div.page {
  height: auto !important;
  min-height:100%;
  height: 100%;
  margin-left:auto;
  margin-right:auto;
  width: 1000px;
  min-width:1000px;
  width:expression(document.body.clientWidth < 990? "1000px" : "center");
  background:  url('right000.gif') repeat-y right 0;
}

div.page0 {
  padding-left:20px;
  padding-right:0px;
}

div.page div.header {
  float:left;
  width:100%;
  margin-top:-80px;
  position:relative;
  height:170px;
  background:  url('http://www.krugosvet.ru/sites/all/themes/krugosvet/images/k.gif') no-repeat 20px 90px;
  background:  url('new_logo.gif') no-repeat 15px 83px;
}

div.page div.patch_minheight {
  width: 1px;
  height: 0px;
  float: right;
}

div.page div.footer_guarantor {
  height: 60px;
  clear: both;
}

.main {
  float:left;
  width:100%;
  margin-top:-10px;
  position: relative;
}

.main div.mainbar {
/*  margin-right:280px; */
  width: 700px;
  float: left;
}

.main div.sidebar {
  float: right;
  width:240px;
  margin-top:-48px;
/*  position:absolute; */
  right: 0px;
}

.main div.sidebar .block {
  margin-bottom:1.5em;
}

div.footer {
  margin-top:-40px;
  clear: both;
  height: 40px;
  margin-left:auto;
  margin-right:auto;
  width: 1000px;
  min-width:1000px;
  width:expression(document.body.clientWidth < 990? "1000px" : "center");
}