html {
	height: 100%;
}

body {
	margin-bottom: 0px !important;
	margin: 0 !important;
	padding: 0 !important;
	height: 100%;
}

#poolsignupbutton {
	opacity: 0.75;
	filter: alpha(opacity=75); 
}
#poolsignupbutton:hover {
	opacity: 1.0;
	filter: alpha(opacity=100); 
}
