body {
background-color: #bebebe;
#background-image: url("/opbb/images/OPBB_gradient.png");
background-position: top left;
background-repeat: repeat-y;
font-size: 14px;
color: #000000;
}

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

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

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

a:visited {
	color: #000000;
	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;
}

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

