@charset "utf-8";
/* CSS Document */
* {
margin:0px;
padding:0px;
} 

body{
	text-align:center;
}

#header {
   position:relative;
   width:480px;
   height:380px;		
}

#photo {
   position:relative;
  top:52px;
left:3px;		
}


#left {
	position:relative;
        width:240px;
        float:left;
}

#lang {
	position:relative;
    float:left;
}

#center {
	position:relative;
	float:left;
	width:486px;
	}


#right {
	position:relative;
	float:right;
	width:274px;
}

#right a {
	
}

#lt{
	
}

#en{

}

#cont{
	position:relative;
	width:418px;
	margin-left:22px;
	margin-bottom:-100px;
}



#wrapper {
	margin:0 auto;
	text-align:left;
	width:1000px;
	min-height:500px;
}

#right img{
	margin:53px 5px 5px 4px;
}

#logo{
	position:relative;
	height:132px;
	width:156px;
	margin-left:49px;
	margin-top:77px;
}

#search{
  
	height:22px;
	margin:53px 0px 0px 4px;

}

#foot-logo{
    position:relative;
	height:34px;
	width:199px;
	bottom:0 ;
	float:right;
    top: 50px;	
    right:50px;


}

#footer{
	height:100px;
	clear:left;	
	width:1000px;
}