body {
background-color: #bebebe;
#background-image: url("/images/wl-Banner.png");
background-position: top center;
background-repeat: no-repeat;

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;
}

#body {
	margin: 0;
	padding: 0;
  padding-bottom: 0px;
	height: 100%;
}
