* {
  margin: 0;
  padding: 0;
}

p {
  margin: 1em;
  text-align: justify;
}

html, body {
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
}

#full-screen-background-image {
  z-index: -999;
  min-height: 100%;
  min-width: 1024px;
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
}

#container {
  width: 960px;
  margin: 20px auto;
  background: #000;
/*  opacity:0.64;*/
  background: url(./images/bg-transparent.png) repeat;
  font-family: arial, Helvetica,sans-serif;
  font-size: 18px;
  color: #fff;
}

#header {
  padding-top: 10px;
}

#logo {
	width: 885px;
	height: 118px;
	background: url(./images/logo.png);
	margin: 0 auto;
	margin-top: 20px;
}

#gallery {
  clear: both;
}
 
 .galleria-container {
  margin: 0 auto;
  background: none;   
}

.text,
.image {
  border: 1px solid #8ee3e3;
  width: 298px;
  height: 200px;
  margin: 10px 10px;
  float: left; 
}

.wrapper {
	clear: both;
}

#contact {
	width: 938px;
	border: 1px solid #8ee3e3;
	height: 170px;
	clear: both;
	margin: 10px;
	text-align: center;
	padding-top: 30px;
	font-size: 26px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 46px;
}

#contact-image {
	width: 940px;
	height: 643px;
	background: url(./images/contact2.jpg) no-repeat;
	margin: 10px auto;
	padding-bottom: 20px;
}

li {
  list-style: none;
  float: left;
  width: 320px;
  text-align: center;
  font-size: 36px;
  text-transform: uppercase;
  font-style: bold;
}

li a {
  text-decoration: none;
  color: #fff;
}

li a.active {
  text-decoration: none;
  color: #8ee3e3;
}