/* CSS Document */



#aerraDiv {
	position:relative;
	width:750px;
	height:100px;
	margin: 0 auto;
	text-align:right;
	background-image:url(/assets/graphics/aerra-bkg.gif);
}

#aerra-button
{
  position:absolute;
  top:63px;
  left:300px;
  display: block;
  width: 165px;
  height: 32px;
  background: url(/assets/graphics/aerra-button.gif) no-repeat;
  background-position: 0 0;

}

#aerra-button:hover
{ 
  background-position: 0px -32px;
}

#aerra-button span
{
  display: none;
}

#aerra-buses
{
	width:750px;
	height:auto;
	text-align:center;
}

#aerra-buses-holder
{
	width:250px;
	text-align:center;
	float:left;
	line-height: 16px;
}

#clear-it
{
	clear:both;	
}
