/*обязательные блоки*/
html{
margin:0;
padding:0;
}
html, body, .container{
height:100%;
}
html > body .container{/* IE7 и остальные*/
height:auto;
min-height:100%;
}
body{
margin:0;
padding:0;
/*background:#ffffff;*/
background:#CCCCCC;
}
/*/обязательные блоки*/

.container{
position:relative;
width:1000px;
margin:auto;
background:url(images/maket.jpg) no-repeat;
background:#FFFFFF;
}
.header{
width:100%;
height:140px;
/*background:url(images/header.jpg);*/
}
.content{
overflow:hidden;
//zoom:1;
padding-bottom:60px;
}
.text{
float:right;
width:800px;
}
.text_in{
margin-top:30px;
margin-left:25px; 
margin-right:50px;
}
.left_column{
float:right;
width:200px;
//width:189px;/*почему-то в IE6 если width:200px то колонка сваливается*/
}
.footer{
position:absolute;
bottom:0;
width:100%;
height:34px;
padding-top:6px;
text-align:center;
font-size:11px;
}
