#busbody {
	background:white;
	background:url(busbg.gif);
	background-repeat:repeat-x;
	padding:0px;
	margin:0px;
	height:100%;
	width:100%;
	text-align:center;
}
#bus {
	display: block;
	position: absolute;
	bottom:0px;
	right:0px;
	
	height:571px;
	width:875px;
	text-align:center;
	background:url(bus.png) bottom center;
	background-repeat:no-repeat;
	border:0;
}
#buscontent {
	display: block;
	position: absolute;
	top:50px;
	left:50px;
	
	background:white;
	height:500px;
	width:300px;
	
	text-align:center;
	-moz-opacity: 0.5;
	opacity:.5;
	filter: alpha(opacity=50);
	border: 3px solid black;
	font-family: arial, helvetica, sans-serif;
	font-size: 40px;
	line-height: 40px;
}