html, body {
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
}

html {
	background: url('../res/bg.jpg') no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#full-screen-background-image {
  z-index: -999;
  height: 100%;
  min-width: 1024px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

#stSite {width: 992px; margin: 0px auto; text-align: left; height: 100%;}
#stUpClear {clear: top; height: 30px;}
#stBottomClear {clear: bottom; height: 30px;}
#stHeaderUp {height: 256px; background-image: url('../res/up2.png'); background-repeat: no-repeat; background-position: left top; }
#stBody {background-image: url('../res/content.jpg'); background-repeat: repeat-y; background-position: left top; text-align: center;}
#stMenuMain {height: 29px; padding: 1px 1px 0 30px; background-image: url('../res/menu.jpg'); background-repeat: no-repeat; background-position: left top; }
#stContent {clear: left; padding: 5px 17px 0 0; margin-left: 18px; text-align: left;}
#stFooter {clear: both; height: 28px; background-image: url('../res/bottom.png'); background-repeat: no-repeat; background-position: left top; text-align: center; }
#separ {width: 100%; height: 10px; margin: 0px auto;}

#navigation {
    text-align: center;
	width: 958px;
	height: 50px;
	margin: 0;
	padding: 0;
	background: url('../images/navigation-bg.jpg') no-repeat left top;
} 
#navigation ul {
	list-style: none;
	margin: auto;
	padding: 0;
} 
#navigation ul li {
	display: inline-block;
	margin: 0px;
} 
#navigation ul li a {
	height:33px;
	display: block;
	float: left;
	padding: 17px 15px 0px 15px;
	font: bold 12px Arial;
	color: #FFF;
	text-decoration: none;
	background: url('../images/navigation-separator.png') no-repeat right center;
} 

#navigation ul li a:hover {
	color:#134264;
	background: url('../images/navigation-hover.png') repeat-x left top;
}

#navigation ul li#active a {
	color:#134264;
	background: url('../images/navigation-hover.png') repeat-x left top;
}

#language {
	position: relative;
	width: 120px;
	height: 80px;
	top: 20px;
	left: 850px;
}

.galleryImages {
	border: 2px #06187c solid;
	border-radius: 2px;
}