html, body {
	height: 100%;
	width: 100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	background: url(../images/splash_growing.jpg) #ffffff bottom center no-repeat;
	text-align: center;
}

#wrapper {
	position: absolute;
	bottom: 20px;
	width: 100%;
}

#logos {
	list-style: none;
	margin: 0 0 20px 0;
	padding: 0;
}

#logos li {
	display: inline;
	margin: 0 120px;
}

#logos li a img {
	border: none;
	border-bottom: 1px solid #ffffff;
}

#logos li a:hover img {
	border-bottom: 1px solid #5d2710;
}

#links {
	background: #5d2710;/* #8cc63f; */
	filter: alpha(opacity=80);
	opacity: 0.8;
	margin: 0;
	padding: 20px;
	font-size: small;
	font-weight: bold;
	color: #ffffff;
}

#links a {
	color: #ffffff;
	text-decoration: none;
}

#links a:hover {
	text-decoration: underline;
}