body {
margin: 0px;
background: #FFFFFF url(gfx/back_main.jpg) repeat-x 0px 361px;
}
tr, div,a{ 
font-family: Arial;
font-size:11px;
color:#000000;
text-align:justify;
}
#left{
	background: url(gfx/back_left.jpg) no-repeat right 0;
	width:50%;
}
#right{
	width:50%;
}
#content{
	/*position: absolute;z-index: 1;*/
	background: url(gfx/back_content.jpg) no-repeat 0 276px;
	width:950px;
}
#flags{
	float:left;
	width:90px;
	height:40px;
	margin-top:35px;
	margin-left:0px;
	text-align: center;
}
#text{
	width:700px;
	margin-right:30px;
}
#foot{
	background: url(gfx/foot.jpg) no-repeat 0 0;
	width:950px;
	height:20px;
	padding: 5px;
}
#menu_bottom{
	width:500px;
	float:right;
	text-align: right;
}
a.menu2{
	font-size:11px;
	color:#BBBBBB;
	text-decoration:none;
}
a.menu2:hover{
	color:#aaaaaa;
}
.link{
  text-decoration:none;
}
.btn{
	background: #26522F;
	text-align: center;
	color:#FFF;
	font-weight: bold;
}
