.floatLeft{
  float: left;
  display: block;
  margin-right: 1em;
}
.floatRight{
  float: right;
  display: block;
  margin-left: 1em;
}
.clearMe{
  clear: both;
}

#header #name h1 {
background-image:url(http://www.community-credit.com/images/Logos/winner.jpg);
background-position:84% center;
background-repeat:no-repeat;
margin-top: 5px;
line-height: 105px;
}
