#master2_container {
	width:800px;
	min-height:500px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	background-color:white;
}


#div_header{
	margin:auto;
	width:788px;
	height:110px;
	position:relative;
}
	#div_header_logo{
		position:absolute;
		left:623px;
		top:35px;
	}	
	#div_header_menu{
		position:absolute;
		top:90px;
		right:17px;
		width:600px;
		height:10px;
	}
	#div_header_lang{
		position:absolute;
		top:89px;
		right:8px;
		
	}
	#div_header_lang a {
		color:#260E11;
	}
		
#master2_container #div_content {
	width:798px;
	padding-bottom:10px;
	text-align:center;
}
#div_left{
	padding-top:40px;
	width:160px;
	float:left;	
	text-align:left;
}
#div_main{
	width:634px;
	float:left;
	text-align:left;
}		
#container {
	background-color:white;
	width:100%;
	height:100%;
}
	