@charset "UTF-8";


html { height: 100%;}
body
{
	background-image:url(../img/bc.png);
	background-color:#7F5730;	
	z-index:0;
}

/*Main content holder*/
.page_margins
{
	width:900px;
	margin:0 auto 0 auto;
	padding:0 0 0 0;		
    background-image:url(../img/bcg.png);
	background-repeat:no-repeat;
	min-height:740px;
	z-index:0;	 
}


#center
{
 position: absolute;
 top: 50%;
 width: 100%;
 height: 1px;
 overflow: visible; 
 z-index:1;
}


#container
{
    /*margin:150px auto 0 auto;
    width:380px;*/
    /*
/*_saturs_*/
 position: absolute;
 left: 50%;
 width:378px;
 margin-left: -189px;
 height: 400px;
 top: -200px;
 z-index:1;
 
/**/
}

#Bergs
{
    
}

#langs
{
	margin-top:1pt;
        text-align:center;
         z-index:1;
        width:378px;

}

#langs a
{
	text-decoration:none;
	color:White;    
	margin-left:50px;
	margin-right:50px;
 z-index:1;
}

#langs a:hover
{
	color:#321;
 z-index:1;
}

a img
{
	border-style:none;
    background-color:#7F5730;
 z-index:1;
}




	


