BODY{
     background: #000;
}

.clear{
    clear: both;
}

.marginb-20{
    margin-bottom: 20px;
}

.b-sukno{
    background: url(/images/body_bg.gif);
    min-width: 960px;
    -width: expression(((document.documentElement.clientWidth || document.body.clientWidth) < 960)? "960px" : "100%")
}

.b-lusa_tl{
    background: url(/images/lusa_tl.jpg) no-repeat top left;
}

.b-lusa_tr{
    background: url(/images/lusa_tr.gif) no-repeat top right;
}

.b-lusa_bl{
    background: url(/images/lusa_bl.jpg) no-repeat bottom left;
}

.b-lusa_br{
    background: url(/images/lusa_br.gif) no-repeat bottom right;
    position: relative;
}

.lusa{
    width: 85px;
    height: 102px;
    position: absolute;
    top: 42%;   
}
.b-lusa_r{
    background: url(/images/lusa_r.gif) no-repeat;
    right: 0;
}

.b-lusa_l{
    background: url(/images/lusa_l.gif) no-repeat;
    left: 0;
}

.b-border_l{
    background: url(/images/border_l.gif) repeat-y left;
}

.b-border_r{
    background: url(/images/border_r.gif) repeat-y right;
}
.b-border_t{
    background: url(/images/border_t.gif) repeat-x top;
}
.b-border_b{
    background: url(/images/border_b.gif) repeat-x bottom;
}

.b-ball{
    background: url(/images/ball.png) no-repeat;
    width: 57px;
    height: 59px;
    position: absolute;
    padding:0; 
    margin:0; 
}
.ball1{
    top: 65px;
    left: 45%;
}

.ball2{
    top: 90px;
    left: 55%;
}

.ball3{
    top: 80px;
    right: 50px;
}

.ball4{
    background: url(/images/ball2.png) no-repeat;
    bottom: 50px;
    right: 45%;
}

.b-logo{
	display: block;
	cursor: pointer;
	position: absolute;
	width: 260px;
	height: 90px;
	top: 60px;
	left: 130px;
}

.b-logo IMG{
	width: 260px;
	height: 90px;     
}

.l-wrapper{
	float: left;
	width: 100%;
}

.l-content{
	margin: 30px 310px 0 0;
	
}

.l-sidebar{
	float: left;
	margin-left: -250px;
	width: 210px;
}
.l-main{
    width: 100%; 
}

.h-main{
    padding: 130px 50px 100px 100px;
}
   
.l-footer{
    background: url(/images/kij.png) no-repeat left top;
    height: 100px;
    width: 100%;
    margin: 0;
    padding: 0 0 60px 0;
}
.b-pic-right{
    float: right;
    margin: 0 0 5px 10px; 
}

.b-pic-left{
    float: left;
    margin: 0 10px 5px 0; 
}
