#footerSlideContainer {
	position: fixed;
	bottom:0;
	width: 100%;

}
#footerSlideButton {
	background: url(images/grassfooter.png) top center transparent;
	position: absolute;
	top: -50px;
	right: 0px;
	width:100%;
	height:50px;
	border: none;
	cursor: pointer;
}
#footerSlideContent {
	width: 100%;
	height: 0px;
	background: #000000;
  filter:alpha(opacity=85);
  
	color: white;
	font-size: 1em;
	border: none;
	font-family: DejaVuSansBook, Sans-Serif;
}
#footerSlideText {
	padding: 15px 10px 25px 25px;
}

