html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
body {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  position: relative;
  text-align:center;
  font-family: arial narrow;
}

.lang_select{
position: absolute;
width:auto;
top: 25px;
right:5%;
white-space:nowrap;
color: #717171;
text-align:right;
}

.lang_select a{
color: #717171;
text-decoration:none;
}

#header {
  height: 224px;
  width: 900px;
  padding-left:40px;
}
#content {
  padding-left: 10px;
  padding-bottom: 0px;
  border:solid 0px yellow;
  margin-left: 220px;
  line-height: 16px;
  width:600px;
  font-family: arial narrow;  
}
#footer {
  width: 995px;
  height: 260px;
  bottom: 0;
 margin-top: 0px;
  background-position: center top;
  background-repeat: no-repeat;

}

#center{
margin:0 auto;
width: 995px;
text-align:left;
border:solid 0px black;
}

#left{
text-align:right;
float:left;
width:216px;
height: 100%;
}


.menu{
text-align:right;
line-height:20px;
}

.menu a{
text-decoration:none;
color: #717171;
font-family:arial narrow;
font-size:16px;
font-weight:500;
}

.menu1{
line-height:20px;
}

.menu1 a{
text-decoration:none;
color: #770247;
font-family:arial narrow;
font-size:16px;
font-weight:500;
}

.default_text {
	color: #696969;
	font-family: arial narrow;
	font-size: 12px;
}

