#floatingbar{width:970px;height:64px;margin:0 auto;border:none;display:block;}


.floater{
position:fixed;
top:0px;
z-index:100;
height:81px;
width:964px;
border-top:none;
background-color: #ffffff;
border:1px solid #000000;
display:block;
clear:both;
margin-left:auto;
margin-right:auto;
float:left;
box-shadow: 0px 3px 6px #ffffff;
-webkit-border-radius:0 0 6px 6px;-moz-border-radius:0 0 6px 6px;border-radius:0 0 6px 6px;
}
