html
{
  margin:0;
  padding:0;
  border:0;
  overflow:auto;/*чтобы в IE не было постоянно вертикальной полосы прокрутки*/
}

html, body, #container
{
  height:100%;
}


html > body #orange
{/* IE7 и остальные*/
  height:auto;
  min-height:100%;
}


html > body #container
{
  height:auto;
  min-height:100%;
}


body
{
  margin:0;
  padding:0;
  background:#999999;
/*  background:url(../images/bottom.jpg) repeat top left;*/
}

#orange
{
  margin:0 auto;
  width:1002px;
  background:url(../images/bottom.jpg) repeat top left;
  height:100%;
}

#container
{/*все кроме полей*/
  position:relative;
  width:941px;
  margin:auto;
  padding:0 19px;
  background-color:#FFFFFF;
  background-image:url(/images/design/left_bgr.jpg);
  background-repeat:repeat-y;
  height:100%;
  min-height:100%;
}

#content
{
  margin-top:19px;
  padding-bottom:90px;
  overflow:hidden;
  //zoom:1;
  padding-left:270px;
}

#text
{
  float:left;
  width:100%;
}

#left_column
{
	float:left;
	margin-left:-270px;
	position:relative;
	width:270px;
	right:671px;
}


#footer
{
  position:absolute;
  bottom:0;
  left:0;
  height:65px;
  width:895px;
  background: #0f1545;
  padding:0 42px;
}
