a:link {
	color: #0099FF;
	text-decoration: none;
	
}
a:visited {
	color: #0099FF;
	text-decoration: none;

}
a:hover {
	color: #FFFFFF;
	text-decoration: none;

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


}

html, body {
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
/*  background: url("http://endorendor.com/images/ocnj_bench_site.jpg");
  background-repeat: no-repeat;*/
}

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