#home-welcome, #home-signin, #home-newusers, #home-topics, #home-topicsviewer {
  margin: 0px;
  background-color: #FFF;
  border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#home-welcome {
  float: left;
  width: 75%;
  margin-top: 10px;
  margin-left: 10px;
}

#home-signin {
  float: left;
  width: 19%;
  margin-top: 10px;
  margin-left: 10px;
}

#home-newusers {
  float: left;
  width: 19%;
  margin-top: 10px;
  margin-left: 10px;
  margin-bottom: 5px;
}

#home-topics {
  float: left;
  width: 24%;
  margin-top: 10px;
  margin-left: 10px;
}

#home-topicsviewer {
  float: left;
  width: 70%;
  margin-top: 10px;
  margin-left: 10px;
}

#home-topicsviewer #browser-content {
  height: 300px;
  overflow: auto;
}
