@CHARSET "UTF-8";

body {
	background-color: #4979B9;
}

#maincontainer {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  box-shadow: 0 0 6px #333;
  margin: 20px auto;
  width: 1024px;
}

#header {
  background-repeat: no-repeat;
  height: 300px;
  position: relative;
  width: 1024px;
  /*box-shadow: 0 40px 15px rgba(0, 0, 0, 0.15);*/
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

#logo {
  left: 60px;
  position: absolute;
  top: 20px;
}

#content {
	padding: 10px;
	background-color: white; /*#4979B9 */ /*#854543*/;
	min-height: 300px;	
}

.news-title {
	margin: 0;
	font-family: Oswald; 
	font-size: 40pt !important;
	text-transform: uppercase;
	color: white;
	text-shadow: 0px 0px 4px #bbb;
}

#footer {
  background-image: url("../images/kmz_footer.png");
  background-repeat: repeat-x;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  height: 214px;
  position: relative;
}

#footer-message {
  color: #ccc;
  font-size:  0.8em;
  position: absolute;
  bottom: 18px;
  right: 18px;
}

#zencomp_logo {
  bottom: 10px;
  left: 20px;
  position: absolute;
}

#highlighter {
  position: absolute;
  right: 20px;
  top: -40px;
}