﻿html{
overflow:auto;/*чтобы в IE не было постоянно вертикальной полосы прокрутки*/
/*background:#0d396b;*/
background:#0e3a6b;
}

html, body{
margin:0;
padding:0;
border:0px;
}

html, body, #container{
height:100%;
}

html > body #container{/*IE7 и остальные*/
height:auto;
min-height:100%;
}

body{
min-width:1000px;
color:#8dd8f8;
font-family:Tahoma, Arial, Helvetica;
font-size:14px;
background-position:center top;
background-repeat:no-repeat;
}
.body_main{
background-image:url(images/body_bgr_main.jpg);
min-height:715px;
}
.body_others{
background-image:url(images/body_bgr_others.jpg);
}

.container_main{
//height: expression((documentElement.clientHeight||document.body.clientHeight)<715?'715px':'');/*для IE*/
position:relative;
width:1000px;
margin:auto;
}
.container_others{
position:relative;
background:url(images/bottom_right_bgr.jpg) bottom right no-repeat;
}

#content_others{
width:1000px;
margin:auto;
padding-bottom:97px;
overflow:hidden;
}

/*header*/
#header_main{
height:20px;
padding-top:22px;
}
#header_others{
position:relative;
/*height:262px;*/
/*height:349px;*/
height:325px;
background:url(images/header_bgr_others.jpg) no-repeat;
}
/*/header*/

/*main*/
/*
#main_others{
font-size:12px; 
color:white; 
}
.main_left_others{
float:left; 
width:447px; 
padding:30px 20px 25px 33px;
}
.main_right_others{
float:left; 
width:442px; 
padding:30px 44px 25px 14px;
}
*/
#main_others{
font-size:12px; 
color:white; 
padding:0px 31px 0px 33px;
}

/*/main*/

/*footer*/
#footer_main{
width:100%;
height:20px;
margin-top:639px;
font-size:12px;
}
#footer_others{
position:absolute;
bottom:0;
width:100%;
height:44px;
padding-top:13px;
font-size:12px;
background:url(images/footer_bgr_others.jpg);
}
/*/footer*/
