html{
height:100%;
}

body{
font-family:Tahoma;
color:#000;
font-size:12px;
height:100%;
min-width:500px;
background-color:#ed917f;
}

div#card_name {
color: white;
width: 130px;
line-height: 18px;
position: absolute;
left: -75px;
top: -25px;
font-size: 14px;
font-weight: bold;
}

img#card_bg {
position: absolute;
left: -75px;
top: 20px;
}

div.budda_card_img {
position: absolute;
text-align: center;
width: 94px;
left: -71px;
top: 25px;
}

div.budda_card_img img{
cursor: pointer ;
}

div.budda_card_img span{
display:block;
position:absolute;
width:100%;
left:0;
bottom:3px;
font:normal 8px/8px Arial, Helvetica, sans-serif;
color:#FFF;
}


.bs_page_band{
position:relative;
background:url(../images/footer_bg.png) repeat-y;
margin:0 auto;
width:500px;
height:100%;
}


#header{
position:relative;
background:url(../images/bs_page_band_bg.png) repeat-y;
height:100px;
width:100%;
}

.logo{
position:absolute;
left:160px;
top:0;
}

.language{
position:absolute;
display:block;
width:25px;
height:15px;
line-height:12px;
text-align:center;
}

.rus{
top:5px;
left:20px;
border-right: 1px solid #000000;
font-weight:bold;
}

a.act_a{
text-decoration:none;
color:#FFFFFF;
}

a.act_a:hover{
text-decoration:none;
color:#000000;
}

a.off_a{
text-decoration:none;
color:#000000;
}

a.off_a:hover{
color:#FFFFFF;
}


.eng{
top:5px;
left:49px;
font-weight:bold;
}

#center_conteiner{
position:relative;
background:url(../images/center_bg.png) no-repeat;
width:100%;
height:327px;
}

.menu{
position:absolute;
left:280px;
top:0px;
width:200px;
height:200px;
z-index:15;
}

.menu li{
margin-bottom:20px;
}	

.menu a{
color:#FFFFFF;
text-decoration:none;
font-weight:bold;
font-size:14px;	
}

.menu a:hover{
color:#000000;
text-decoration:none;
font-weight:bold;
font-size:14px;	
}



#signature{
position:absolute;
z-index:10;
bottom:3%;
left:-150px;
}




