* {
   margin: 0;
}

html
{
background: url('blank.gif') no-repeat;
background-attachment: fixed;
background-color: #d1d2d4;
}

body {

width: 100%;
position: relative;
font-family:'Lucida Sans Unicode', Lucida Grande, sans-serif;
color:#000000;
font-size:12px;
margin: 0;
padding: 0;
}

html, body {
    height: 100%;
}

strong
{
color:#b07d5b;

}


* html #fixed_wrap {
position: absolute;
top: expression(ignoreMe = document.documentElement.scrollTop + "px");
}


#fixed_wrap
{
position: fixed;
top: 0;
left:0;
width: 50%;
height:100%;
z-index:0;
}

#flashcontent
{
width: 100%;
height:100%;
z-index:0;
background: #dedfe0 url(1.jpg) no-repeat center;
}

#flashcontent_cond
{
width: 100%;
height:100%;
z-index:0;
background: #dedfe0 url(2.jpg) no-repeat center;
}

#logo
{
position: absolute;
top: 5%;
left: 5%;
width: 150px;
height: 150px;
background:url(1logo.png);
z-index:2;
behavior: url(/css/iepngfix.htc);
}

#logo_cond
{
position: absolute;
top: 5%;
left: 5%;
width: 170px;
height: 121px;
background:url(2logo.png);
z-index:2;
behavior: url(/css/iepngfix.htc);
}

#line_v
{
position:absolute;
top: 0;
right:0;
width: 4px;
height:100%;
background: #f78720;
border-left: 1px solid #f4e69f;
border-right: 1px solid #f4e69f;
z-index:3;
}

#line_v_cond
{
position:absolute;
top: 0;
right:0;
width: 4px;
height:100%;
background: #52cfed;
border-left: 1px solid #998d53;
border-right: 1px solid #998d53;
z-index:3;
}

#left_wrap
{
position: absolute;
top: 0;
left:0;
width: 50%;
height:100%;
z-index:2;
}


#right_wrap
{
position: absolute;
top: 0;
left:50%;
width: 50%;
height:100%;
z-index:0;
}


#content_wrap
{
width: 100%;
min-height: 100%;
height: auto !important;
height: 100%;
background: #d1d2d4;
margin: 0 auto -50px;
}

#content
{
margin: 0 10px 0 10px;
}

#content_hleb
{
margin: 0 10px 0 10px;
}

#content_cond
{
margin: 0 10px 0 10px;
}


#header
{
background: #f4e69f url(line_a.gif) repeat-x bottom;

}

#header_cond
{
background: #c0ddeb url(line_b.gif) repeat-x bottom;
}

#footer_push
{
height:50px;
}

#footer
{
width: 100%;
height:50px;
background: #b07d5b url(line_a.gif) repeat-x bottom;
}

#footer_cond
{
width: 100%;
height:50px;
background: #775b58 url(line_b2.gif) repeat-x bottom;
}