html, body {
  margin-top: 15px;
	background-color: #01d35c;
	background-position: center;
	background-image: url(../images/prechod.png);
	background-repeat: repeat-y;
}
body {
	font: 76% arial, sans-serif;
	text-align: center


}

a {
  color: #fff600;
  font-weight: bold;
  text-decoration: underline;
}
#language {
	color: #FFFFFF;
	float: left;
	margin-left: 5px;
	font-size: 14px;
	font-weight: bold;
}
#header {
	background-image: url(../images/header.jpg);
	width: 1000px;
	height: 273px;
	background-repeat: no-repeat;
}
#container {
	margin: 0 auto;
	text-align: left;
	width: 1000px;
	background-image: url(../images/back.png);
	background-repeat: repeat-y;
}
#content {
	float: right;
	width: 665px;
	color: #FFF;
	padding: 20px;
	font-size: 14px;
}
#content h1 {
	font-size: 21px;
	text-align: center;
	color: #fff600;
}
#content h2 {
	font-size: 16px;
	color: #fff600;
}
#navigation {
	float: left;
  width: 295px;
}
#navigation ul {
	list-style-type: none;
	color: #fff600;
  font-weight: bold;
  font-size: 20px;
  text-decoration: none;

}
#navigation li {
  background-image: url(../images/menuback.png);
  background-repeat: repeat-x;
  height: 49px;
 	padding-top: 20px;
}
#navigation li a {
	text-decoration: none;
}
#links {
	margin-left: 40px;
}
#footer {
	clear: both;
	width: 1000px;
	height: 101px;
	background-repeat: no-repeat;
  background-image: url(../images/footer.png);

}
#footer h1 {
  font-size: 17px;
  padding-top: 70px;
  padding-left: 280px;
  color: #FFF;
}
