#userbar-wrap {
  height: 24px;
  background: #000;
}

#userbar {
  width: 960px;
  height: 24px;
  margin: auto;
  color: #fff;
}

#userbar a {
  color: #fff;
  text-decoration: none;
}

#userbar a:hover {
  text-decoration: underline;
}

#userbar #userbar-title {
  margin-top: 3px;
  width: 300px;
  float: left;
  font-weight: bold;
}

#userbar #userbar-links {
  margin-top: 3px;
  width: 600px;
  float: right;
  text-align: right;
}
