html {height: 100% }
body {height: 100%; margin: 0px; padding: 0px }
#map {height: 100%; width: 100%;}
#status {
	background-color:black;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
	position: absolute;
	top:0;
	left:0;
	width:100%;
}
#status input[name=q] {width: 300px;}

#social {
	float:right;
}
#social li {
	display:inline-block;
	vertical-align:bottom;
}
