#leftFloat
{
  float: left;
  width: auto;
  text-align : left;
   line-height : 25px;
}

#rightFloat
{
  float: right;
  width: auto;
  text-align : left;
  line-height : 25px;
}

  #floatcontainer
  {
width : 390px;
line-height : 30px;
position : absolute;
left : 310px;


}