body {
  margin: 0px;
  padding: 0px;
  background-color: #000;
  background-image: url("background.jpg");
  background-position:top center;
  font: 80% verdana, arial, helvetica, sans-serif;
  text-align: center; 
  height: 780px;
}


.corp {
	position: relative;
	padding: 20px;
	top: 40px;
	margin-left: auto;
	margin-right: auto;
	background-image: url("glass.png");
	width: 653px;
	height: 653px;
	
}

.title { 
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 600px;
  height: 70px;
}

.menu {
  position: relative;
  /*float: left;*/
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  top: 0px;
  width: 525px;
  line-height: 40px;
}

.menuButton {
  position: relative;
  left: 2px;
  float: left;
  width: 130px;
  height: 40px;
  z-index: 1;
}


.menuButton A { 

display: block;
  padding-top: 0px; 
  width: 130px; 
  height: 40px; 
  background-image: url("buttonOut.png"); 
  background-repeat: no-repeat; 
  text-decoration: none; 
  text-align: center; 
  font-size: 15px; 
  font-weight: bold;
  color: #000; 
  margin-top: 0px;
}


.menuButton A:hover { 
  background-image: url("buttonOver1.png"); 
  background-repeat: no-repeat; 
}

.content_home {
  position: relative;
  color: #fff;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  width: 500px;
  height: 400px;
  text-align: left;
  font-size: 15px;
  text-indent: 1cm;
  text-shadow: #000 1px 1px 2px;
}

.content_servicii {
  position: relative;
  color: #fff;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  width: 600px;
  height: 400px;
  text-align: left;
  font-size: 15px;
  text-indent: 1cm;
  text-shadow: #000 1px 1px 2px;
}


.footer {
  position: relative;
  color: #fff;
  margin-top: 40px;
  width: 600px;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  text-shadow: #000 1px 1px 2px;
}

.footer a:link { text-decoration: none; color: #fff} 
.footer a:visited { text-decoration: none; color: #fff} 
.footer a:active { text-decoration: none; color: #ff0000} 
.footer a:hover { text-decoration: none; color: #ff0000} 


.content_home a:link { text-decoration: none; color: #ff0000} 
.content_home a:visited { text-decoration: none; color: #ff0000} 
.content_home a:active { text-decoration: none; color: #fff} 
.content_home a:hover { text-decoration: none; color: #fff} 

.text_input {
	background-color:transparent;
	border: 1px solid #999;
	background-image: url("transparent.png");
	color: #fff;
}

.flags {
	position: absolute;
	top: 13px;
	float: right;
	right: 20px;
	z-index: 100;
}

.flag {
	width: 25px;
	height: 15px;
	padding: 1px;
	border: 1px solid #ddd;
}
