body {
background-color: #1d1d1d;
font-size: 14px;
color: #bebebe;
}

a:link {
	color: #bebebe;
	text-decoration: none;
}

a:hover {
	color: #bebebe;
	text-decoration: underline;
}

a:active {
	color: #bebebe;
	text-decoration: none;
}

a:visited {
	color: #bebebe;
	text-decoration: none;
}

#container {
   min-height:100%;
   position:relative;
}

#header {
  margin:0;
	padding: 0;
	height: 0;
}

#body {
	margin: 0;
	padding: 0;
  padding-bottom: 0px;
	height: 100%;
  font-size: 14px;
  color: #bebebe;
}

#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 20px;   /* Height of the footer */
	background: #5a7d5a;
}

.permanent-image-1 {
  position: fixed;
  left: 10px;
  bottom: 10px;
}

.permanent-image-2 {
  position: fixed;
  right: 10px;
  bottom: 10px;
}
